System.Web.Configuration.OutputCacheProfile.VaryByControl Property

Gets or sets the OutputCacheProfile.VaryByControl property.

Syntax

[System.Configuration.ConfigurationProperty("varyByControl")]
public string VaryByControl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The OutputCacheProfile.VaryByControl is a semicolon-delimited set of IDs of controls to be cached.

For more information, see Caching Multiple Versions of User Control Output.

Note:

The OutputCacheProfile.VaryByControl settings are the same ones used by the VaryByControls attribute of the @ OutputCache directive.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0