HttpCachePolicy.VaryByHeaders Property
.NET Framework 3.0
Gets the list of all HTTP headers that will be used to vary cache output.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public HttpCacheVaryByHeaders get_VaryByHeaders ()
public function get VaryByHeaders () : HttpCacheVaryByHeaders
Not applicable.
Property Value
An HttpCacheVaryByHeaders that specifies which HTTP headers are used to select the cached response.Community Additions
ADD
Show: