System.Web.Configuration.OutputCacheProfileCollection Class

Represents a collection of System.Web.Configuration.OutputCacheProfile objects. This class cannot be inherited.

See Also: OutputCacheProfileCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.OutputCacheProfile), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class OutputCacheProfileCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.OutputCacheProfileCollection allows to centralize the management of the output cache settings used by pages or user controls.

It allows you to programmatically access and modify the System.Web.Configuration.OutputCacheProfile objects it contains.

Note:

The System.Web.Configuration.OutputCacheProfile can be applied to a page using the CacheProfile attribute of the @ OutputCache directive.

Requirements

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