HttpCachePolicyBase::VaryByParams Property

 

When overridden in a derived class, gets the list of parameters that are received by an HTTP GET or POST verb that affect caching.

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

public:
property HttpCacheVaryByParams^ VaryByParams {
	virtual HttpCacheVaryByParams^ get();
}

Property Value

Type: System.Web::HttpCacheVaryByParams^

The cache-control parameters that are used to select the cached response.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: