HttpResponseWrapper.SuppressDefaultCacheControlHeader 속성

정의

현재 HTTP 응답에 대한 기본 캐시 컨트롤: 프라이빗 헤더를 표시하지 않을지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool SuppressDefaultCacheControlHeader { bool get(); void set(bool value); };
public override bool SuppressDefaultCacheControlHeader { get; set; }
member this.SuppressDefaultCacheControlHeader : bool with get, set
Public Overrides Property SuppressDefaultCacheControlHeader As Boolean

속성 값

true기본 캐시 컨트롤을 표시하지 않는 경우: 현재 HTTP 응답에 대한 프라이빗 헤더 그렇지 않으면 . false

적용 대상