CacheControlHeaderValue.PrivateHeaders 속성

정의

HTTP 응답의 캐시 제어 헤더 필드에 있는 "private" 지시문의 필드 이름 컬렉션을 가져옵니다.

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

속성 값

적용 대상