IOutputCacheEntry::HeaderElements Property

.NET Framework (current version)
 

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

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

property List<HeaderElement^>^ HeaderElements {
	List<HeaderElement^>^ get();
	void set(List<HeaderElement^>^ value);
}

Property Value

Type: System.Collections.Generic::List<HeaderElement^>^

A list of HTTP header elements.

.NET Framework
Available since 4.0
Return to top
Show: