CacheProfile.NoStore プロパティ

定義

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

public:
 property Nullable<bool> NoStore { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? NoStore { get; set; }
member this.NoStore : Nullable<bool> with get, set
Public Property NoStore As Nullable(Of Boolean)

プロパティ値

適用対象