OutputCacheParameters.VaryByHeader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.