HttpHeader.Value Property

Definition

Gets header value. If the header has multiple values they would be joined with a comma. To get separate values use TryGetValues(String, IEnumerable<String>) or TryGetValues(String, IEnumerable<String>).

public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

Property Value

Applies to