HttpResponseWrapper.CacheControl 속성

정의

열거형 값 중 하나와 일치하는 HTTP 헤더를 Cache-Control 가져오거나 설정합니다HttpCacheability.

public:
 virtual property System::String ^ CacheControl { System::String ^ get(); void set(System::String ^ value); };
public override string CacheControl { get; set; }
member this.CacheControl : string with get, set
Public Overrides Property CacheControl As String

속성 값

현재 응답의 캐싱 정책입니다.

적용 대상