SystemWebCachingSectionGroup.OutputCache Property
.NET Framework (current version)
Gets the outputCache section contained within the configuration.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("outputCache")> Public ReadOnly Property OutputCache As OutputCacheSection
The OutputCacheSection object refers to the outputCache section of the configuration file.
The following code example shows how to obtain the OutputCacheSection object from the configuration file of an existing Web application.
.NET Framework
Available since 2.0
Available since 2.0
Show: