HttpResponseWrapper.CacheControl 속성

정의

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

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

속성 값

String

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

적용 대상