Skip to content
Docs Try Aspire

HttpHeaderV1 Properties

Class Properties 2 members
Represents an HTTP header with a name and value.
Gets or sets the name of the HTTP header.
public string Name { get; set; }
Represents the value associated with the HTTP header. This property holds the string value assigned to the header.
public string Value { get; set; }