ResponseCacheAttribute.NoStore プロパティ

定義

データを格納するかどうかを決定する値を取得または設定します。 に true設定すると、"Cache-control" ヘッダーが "no-store" に設定されます。 "None" 以外の値の "Location" パラメーターを無視します。 "duration" パラメーターを無視します。

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

プロパティ値

適用対象