OutputCacheSection.EnableFragmentCache Property
.NET Framework (current version)
Gets or sets a value indicating whether the fragment cache is enabled.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("enableFragmentCache", DefaultValue := True)> Public Property EnableFragmentCache As Boolean
Property Value
Type: System.Booleantrue if the fragment cache is enabled; otherwise, false. The default is true.
If the 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 OutputCacheSettingsSection and OutputCacheProfile.
.NET Framework
Available since 2.0
Available since 2.0
Show: