共用方式為


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

適用於