HttpResponseWrapper.SuppressDefaultCacheControlHeader 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 indiquant s’il faut supprimer le contrôle cache par défaut : en-tête privé pour la réponse HTTP actuelle.
public:
virtual property bool SuppressDefaultCacheControlHeader { bool get(); void set(bool value); };
public override bool SuppressDefaultCacheControlHeader { get; set; }
member this.SuppressDefaultCacheControlHeader : bool with get, set
Public Overrides Property SuppressDefaultCacheControlHeader As Boolean
Valeur de propriété
true pour supprimer le contrôle cache par défaut : en-tête privé pour la réponse HTTP actuelle ; sinon, false.