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

Definição

Gerará KeyNotFoundException se a chave não estiver presente.

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

Parâmetros

key
String

O nome do cabeçalho.

Valor da propriedade

Implementações

Aplica-se a