OutputCacheParameters.VaryByControl Property
.NET Framework (current version)
Gets or sets a semicolon-delimited set of control identifiers contained within the current page or user control used to vary the current cache entry.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringA semicolon-separated list of strings used to vary an entry's output cache. The VaryByControl property is set to fully qualified control identifiers, where the identifier is a concatenation of control IDs starting from the top-level parent control and delimited with a dollar sign ($) character.
.NET Framework
Available since 2.0
Available since 2.0
Show: