Aracılığıyla paylaş


CacheControlHeaderValue.Extensions Özellik

Tanım

Her biri isteğe bağlı olarak atanmış değere sahip önbellek uzantısı belirteçleri.

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)

Özellik Değeri

Her biri isteğe bağlı olarak atanmış bir değere sahip önbellek uzantısı belirteçleri koleksiyonu.

Açıklamalar

Bu özellik, bir HTTP isteği veya HTTP yanıtındaki önbellek denetimi üst bilgisi alanındaki "cache-extension" yönergesini temsil eder.

Şunlara uygulanır