This documentation is archived and is not being maintained.

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.Abstractions (in System.Web.Abstractions.dll)

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

Property Value

Type: System.Web::HttpCacheVaryByParams
The cache-control parameters that are used to select the cached response.

ExceptionCondition
NotImplementedException

Always.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Show: