CacheControlHeaderValue.NoStore 속성

정의

지시문의 값을 no-store 가져오거나 설정합니다.

no-store 구성은 응답이 캐시에 저장되지 않을 수 있음을 나타냅니다.

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

속성 값

설명

https://tools.ietf.org/html/rfc7234#section-5.2.1.5을 참조하세요.

적용 대상