다음을 통해 공유


HttpResponseBase.CacheControl 속성

정의

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

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

속성 값

String

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

예외

적용 대상