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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.