HttpCachePolicyWrapper::VaryByParams Property

 

Gets the list of parameters received by an HTTP GET or HTTP POST that affect caching.

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

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

Property Value

Type: System.Web::HttpCacheVaryByParams^

An object that specifies which cache-control parameters are used to select the cached response.

.NET Framework
Available since 3.5
Return to top
Show: