HttpCachePolicyWrapper::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)
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
Available since 3.5
Show: