Udostępnij za pośrednictwem


IOutputCacheEntry.HeaderElements Właściwość

Definicja

Pobiera kolekcję elementów nagłówka HTTP we wpisie output-cache.

public:
 property System::Collections::Generic::List<System::Web::Caching::HeaderElement ^> ^ HeaderElements { System::Collections::Generic::List<System::Web::Caching::HeaderElement ^> ^ get(); void set(System::Collections::Generic::List<System::Web::Caching::HeaderElement ^> ^ value); };
public System.Collections.Generic.List<System.Web.Caching.HeaderElement> HeaderElements { get; set; }
member this.HeaderElements : System.Collections.Generic.List<System.Web.Caching.HeaderElement> with get, set
Public Property HeaderElements As List(Of HeaderElement)

Wartość właściwości

List<HeaderElement>

Lista elementów nagłówka HTTP.

Dotyczy