IOutputCacheEntry::ResponseElements Property

.NET Framework (current version)
 

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

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

property List<ResponseElement^>^ ResponseElements {
	List<ResponseElement^>^ get();
	void set(List<ResponseElement^>^ value);
}

Property Value

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

A list of HTTP response elements.

.NET Framework
Available since 4.0
Return to top
Show: