System.Web.Configuration.OutputCacheProfile.Enabled Property

Gets or sets a value indicating whether caching is enabled.

Syntax

[System.Configuration.ConfigurationProperty("enabled", DefaultValue="True")]
public bool Enabled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The OutputCacheProfile.Enabled property allows enabling or disabling the caching mechanism in one place only. It affects all the pages or controls that use this System.Web.Configuration.OutputCacheProfile.

Requirements

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