OutputCacheParameters.NoStore Propiedad

Definición

Obtiene o establece un valor que determina si se establece la directiva Cache-Control: no-store de HTTP.

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

Valor de propiedad

true si la directiva Cache-Control: no-store se establece en HttpResponse; en caso contrario, false. De manera predeterminada, es false.

Se aplica a

Consulte también