System.Web.Configuration.OutputCacheSection.EnableFragmentCache Property

Gets or sets a value indicating whether the fragment cache is enabled.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

If the OutputCacheSection.EnableFragmentCache property is set to false, no user control output is cached, regardless of the OutputCache directive or caching profile used. For more information, see System.Web.Configuration.OutputCacheSettingsSection and 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