HttpCachePolicyBase::VaryByHeaders Property
.NET Framework (current version)
When overridden in a derived class, gets the list of all HTTP headers that are used to vary cache output.
Assembly: System.Web (in System.Web.dll)
public: property HttpCacheVaryByHeaders^ VaryByHeaders { virtual HttpCacheVaryByHeaders^ get(); }
Property Value
Type: System.Web::HttpCacheVaryByHeaders^The HTTP headers that are used to select the cached response.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: