OutputCacheParameters.VaryByCustom Property
.NET Framework (current version)
Gets a list of custom strings that the output cache uses to vary the cache entry.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: