Share via


HeaderDictionary.IDictionary<String,StringValues>.Item[String] Property

Definition

Throws KeyNotFoundException if the key is not present.

property Microsoft::Extensions::Primitives::StringValues System::Collections::Generic::IDictionary<System::String,Microsoft::Extensions::Primitives::StringValues>::Item[System::String ^] { Microsoft::Extensions::Primitives::StringValues get(System::String ^ key); void set(System::String ^ key, Microsoft::Extensions::Primitives::StringValues value); };
Microsoft.Extensions.Primitives.StringValues System.Collections.Generic.IDictionary<System.String,Microsoft.Extensions.Primitives.StringValues>.Item[string key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.String,Microsoft.Extensions.Primitives.StringValues>.Item(string) : Microsoft.Extensions.Primitives.StringValues with get, set
 Property Item(key As String) As StringValues Implements IDictionary(Of String, StringValues).Item

Parameters

key
String

The header name.

Property Value

Implements

Applies to