HttpCachePolicy::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)
Property Value
Type: System.Web::HttpCacheVaryByHeaders^An HttpCacheVaryByHeaders that specifies which HTTP headers are used to select the cached response.
When a cached item has several vary headers, a separate version of the requested document is available from the cache for each HTTP header type.
VaryByHeaders 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: