OutputCacheParameters.VaryByHeader Property

Definition

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.

public:
 property System::String ^ VaryByHeader { System::String ^ get(); void set(System::String ^ value); };
public string VaryByHeader { get; set; }
member this.VaryByHeader : string with get, set
Public Property VaryByHeader As String

Property Value

A list of headers by which to vary the content.

Remarks

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

Applies to

See also