CacheControlHeaderValue.Extensions Propriété

Définition

Jetons d’extension de cache, chacun avec une valeur affectée facultative.

public:
 property System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ Extensions { System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Extensions { get; }
member this.Extensions : System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue>
Public ReadOnly Property Extensions As ICollection(Of NameValueHeaderValue)

Valeur de propriété

ICollection<NameValueHeaderValue>

Collection de jetons d’extension de cache, chacun avec une valeur affectée facultative.

Remarques

Cette propriété représente la directive « cache-extension » dans un champ d’en-tête cache-control sur une requête HTTP ou une réponse HTTP.

S’applique à