IOutputCacheEntry.HeaderElements Property

Definition

Gets the collection of HTTP header elements in an output-cache entry.

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)

Property Value

A list of HTTP header elements.

Applies to