HttpCachePolicyWrapper::VaryByHeaders Property
.NET Framework (current version)
Gets the list of all HTTP headers that will be used to vary cache output.
Assembly: System.Web (in System.Web.dll)
public: property HttpCacheVaryByHeaders^ VaryByHeaders { virtual HttpCacheVaryByHeaders^ get() override; }
Property Value
Type: System.Web::HttpCacheVaryByHeaders^An object that specifies which HTTP headers are used to select the cached response.
.NET Framework
Available since 3.5
Available since 3.5
Show: