OutputCacheAttribute.NoStore プロパティ

定義

キャッシュを格納するかどうかを示す値を取得または設定します。

public bool NoStore { get; set; }
member this.NoStore : bool with get, set
Public Property NoStore As Boolean

プロパティ値

キャッシュを格納する必要がある場合は true。それ以外の場合は false。

適用対象