OutputCacheProfile.Enabled Property
.NET Framework (current version)
Gets or sets a value indicating whether caching is enabled.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("enabled", DefaultValue = true)>] member Enabled : bool with get, set
Property Value
Type: System.Booleantrue if caching is enabled; otherwise, false. The default value is false.
The Enabled property allows enabling or disabling the caching mechanism in one place only. It affects all the pages or controls that use this OutputCacheProfile.
.NET Framework
Available since 2.0
Available since 2.0
Show: