OutputCacheParameters.NoStore Proprietà

Definizione

Ottiene o imposta un valore che determina se la direttiva HTTP Cache-Control: no-store è impostata.

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

Valore della proprietà

true se la direttiva Cache-Control: no-store è impostata su HttpResponse; in caso contrario, false. Il valore predefinito è false.

Si applica a

Vedi anche