System.Web.UI.PartialCachingAttribute: Constructor Members

The constructors of System.Web.UI.PartialCachingAttribute are listed below. For a list of all members, see the PartialCachingAttribute Members list.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Web.UI.PartialCachingAttribute class with the specified duration assigned to the user control to be cached.

Initializes a new instance of the System.Web.UI.PartialCachingAttribute class, specifying the caching duration, any GET and POST values, control names, and custom output caching requirements used to vary the cache.

Initializes a new instance of the System.Web.UI.PartialCachingAttribute class, specifying the caching duration, any GET and POST values, control names, custom output caching requirements used to vary the cache, and whether the user control output can be shared with multiple pages.

Initializes a new instance of the System.Web.UI.PartialCachingAttribute class, specifying the caching duration, any GET and POST values, control names, custom output caching requirements used to vary the cache, the database dependencies, and whether the user control output can be shared with multiple pages.