Sdílet prostřednictvím


IOutputCacheEntry.HeaderElements Vlastnost

Definice

Získá kolekci elementů hlaviček HTTP v položce 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)

Hodnota vlastnosti

Seznam prvků hlavičky HTTP.

Platí pro