CacheControlHeaderValue.OnlyIfCached 속성

정의

요청 지시문의 only-if-cached 값을 가져오거나 설정합니다.

클라이언트가 저장된 응답만 가져오려고 했음을 나타냅니다.

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

속성 값

설명

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

적용 대상