HttpCachePolicyBase::VaryByParams Property
.NET Framework (current version)
When overridden in a derived class, gets the list of parameters that are received by an HTTP GET or POST verb that affect caching.
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
Available since 3.5
Show: