CacheControlHeaderValue.Private 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 qui détermine si la private
directive de réponse est incluse.
Indique que la réponse ne peut pas être stockée par un cache partagé.
public:
property bool Private { bool get(); void set(bool value); };
public bool Private { get; set; }
member this.Private : bool with get, set
Public Property Private As Boolean
Valeur de propriété
Remarques
Consultez https://tools.ietf.org/html/rfc7234#section-5.2.2.6.