OutputCacheParameters.VaryByCustom 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 a list of custom strings that the output cache uses to vary the cache entry.
public:
property System::String ^ VaryByCustom { System::String ^ get(); void set(System::String ^ value); };
public string VaryByCustom { get; set; }
member this.VaryByCustom : string with get, set
Public Property VaryByCustom As String
Property Value
The list of custom strings.
Remarks
If you specify "browser" for this property, the cache entry will be varied by browser type and major version number. If a custom string is entered, you must override the HttpApplication.GetVaryByCustomString method in your application's Global.asax file.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.