CacheControlHeaderValue.PrivateHeaders Propriété

Définition

Une collection de noms de champs dans la directive « private » d’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 champ dans la directive « private » dans un champ d’en-tête de contrôle de cache sur une réponse HTTP.

S’applique à