HttpCachePolicyBase::VaryByHeaders Property

 

When overridden in a derived class, gets the list of all HTTP headers that are used to vary cache output.

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

public:
property HttpCacheVaryByHeaders^ VaryByHeaders {
	virtual HttpCacheVaryByHeaders^ get();
}

Property Value

Type: System.Web::HttpCacheVaryByHeaders^

The HTTP headers that are used to select the cached response.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: