HttpCachePolicy.VaryByParams Property
.NET Framework (current version)
Gets the list of parameters received by an HTTP GET or HTTP POST that affect caching.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.HttpCacheVaryByParamsAn HttpCacheVaryByParams that specifies which cache-control headers are used to select the cached response.
A separate version of the requested document is available from the cache for each named parameter in the VaryByParams collection.
VaryByParams is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 1.1
Available since 1.1
Show: