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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.