CacheControlHeaderValue.NoCache 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 指示詞的值 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。