IHeaderDictionary.Item[String] Property

Definition

Get or sets the associated value from the collection as a single string.

public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String

Parameters

key
String

The header name.

Property Value

the associated value from the collection as a single string or null if the key is not present.

Applies to