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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.