CacheProfile.NoStore Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje, jestli mají být data uložená, nebo ne. Když je nastavená na true , nastaví hlavičku Cache-Control v Response na No-Store. Ignoruje parametr Location pro jiné hodnoty než None. Ignoruje parametr 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)

Hodnota vlastnosti

Nullable<Boolean>

Platí pro