OutputCacheParameters.NoStore 屬性

定義

取得或設定數值,判斷是否已設定 HTTP Cache-Control: 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

屬性值

如果已在 HttpResponse 上設定 true 指示詞,則為 Cache-Control: no-store,否則為false。 預設為 false

適用於

另請參閱