OutputCacheProfile.Enabled Property

 

Gets or sets a value indicating whether caching is enabled.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("enabled", DefaultValue = true)>]
member Enabled : bool with get, set

Property Value

Type: System.Boolean

true 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.

The following code example shows how to use the Enabled property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: