CacheControlHeaderValue.NoCacheHeaders Propriété

Définition

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.

S’applique à