System.Web.UI.OutputCacheParameters.VaryByHeader Property

Gets or sets a comma-delimited set of header names used to vary the cache entry. The header names identify HTTP headers associated with the request.

Syntax

public string VaryByHeader { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property is set to multiple headers, the output cache contains a different version of the requested document for each specified header.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0