Share via


HeaderDictionary.Values 속성

정의

이 instance HTTP 헤더 값의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<Microsoft::Extensions::Primitives::StringValues> ^ Values { System::Collections::Generic::ICollection<Microsoft::Extensions::Primitives::StringValues> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Extensions.Primitives.StringValues> Values { get; }
member this.Values : System.Collections.Generic.ICollection<Microsoft.Extensions.Primitives.StringValues>
Public ReadOnly Property Values As ICollection(Of StringValues)

속성 값

구현

적용 대상