CacheControlHeaderValue.NoCacheHeaders 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.
Collection de noms de champs dans la directive « no-cache » d’un champ d’en-tête cache-control sur une réponse HTTP.
public:
property System::Collections::Generic::ICollection<System::String ^> ^ NoCacheHeaders { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> NoCacheHeaders { get; }
member this.NoCacheHeaders : System.Collections.Generic.ICollection<string>
Public ReadOnly Property NoCacheHeaders As ICollection(Of String)
Valeur de propriété
Collection de noms de champs.
Remarques
Cette propriété représente les noms de champ dans la directive « no-cache » dans un champ d’en-tête cache-control sur une réponse HTTP.