共用方式為


CacheControlHeaderValue.NoCache 屬性

定義

取得或設定 指示詞的值 no-cache

設定無快取表示用戶端必須先向原始伺服器重新驗證快取的回應,才能使用它。

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

屬性值

備註

請參閱 https://tools.ietf.org/html/rfc7234#section-5.2.1.4

適用於