CacheProfile.NoStore Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje, zda mají být data uložena, nebo ne. Při nastavení truenastaví hlavičku Cache-control na Response "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