HttpCachePolicyWrapper::VaryByHeaders Property

 

Gets the list of all HTTP headers that will be used to vary cache output.

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

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

Property Value

Type: System.Web::HttpCacheVaryByHeaders^

An object that specifies which HTTP headers are used to select the cached response.

.NET Framework
Available since 3.5
Return to top
Show: