IOutputCacheEntry.HeaderElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.