CacheControlHeaderValue.NoStore Propiedad

Definición

Obtiene o establece un valor para la directiva sin almacén .

La configuración de ningún almacén indica que la respuesta puede no almacenarse en ninguna caché.

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

Boolean

Comentarios

Vea https://tools.ietf.org/html/rfc7234#section-5.2.1.5.

Se aplica a