Share via


CacheControlHeaderValue.NoCacheHeaders 속성

정의

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

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

속성 값

적용 대상