XhtmlPageAdapter::CacheVaryByHeaders Property

 

Gets a list of any additional HTTP headers by which caching is varied. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
property IList^ CacheVaryByHeaders {
	virtual IList^ get();
}

Property Value

Type: System.Collections::IList^

An IList object of additional HTTP headers.

The XhtmlPageAdapter class inherits the CacheVaryByHeaders property from the IPageAdapter interface and always returns null.

.NET Framework
Available since 2.0
Return to top
Show: