OutputCacheParameters.VaryByCustom Property

Definition

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