IOutputCacheEntry::HeaderElements Property
.NET Framework (current version)
Gets the collection of HTTP header elements in an output-cache entry.
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
Available since 4.0
Show: