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