CacheControlHeaderValue.NoStore Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur pour la no-store
directive.
La configuration de no-store indique que la réponse ne peut être stockée dans aucun cache.
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
Valeur de propriété
Remarques
Consultez https://tools.ietf.org/html/rfc7234#section-5.2.1.5.