Share via


HeaderDictionary.IDictionary<String,StringValues>.Item[String] 속성

정의

키가 없으면 KeyNotFoundException을 throw합니다.

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

매개 변수

key
String

헤더 이름입니다.

속성 값

구현

적용 대상