CacheProfile.NoStore Özellik

Tanım

Verilerin depolanması gerekip gerekmediğini belirleyen değeri alır veya ayarlar. Olarak ayarlandığında true , "Cache-Control" üst bilgisini Response "No-Store" olarak ayarlar. "None" dışındaki değerler için "location" parametresini yoksayar. "Duration" parametresini yoksayar.

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)

Özellik Değeri

Nullable<Boolean>

Şunlara uygulanır