System.Web.UI.BasePartialCachingControl Members

The members of System.Web.UI.BasePartialCachingControl are listed below.

See Also: Inherited members from System.Web.UI.Control

Protected Constructors

Initializes a new instance of the System.Web.UI.BasePartialCachingControl class.

Public Properties

[read-only]
CachePolicyControlCachePolicy.

Gets the System.Web.UI.ControlCachePolicy object that is associated with the wrapped user control.

DependencySystem.Web.Caching.CacheDependency.

Gets or sets an instance of the System.Web.Caching.CacheDependency class associated with the cached user control output.

Public Methods

override
Dispose()

Releases all resources used by the System.Web.UI.BasePartialCachingControl class.

Protected Methods

override
OnInit(EventArgs)

Raises the Control.Init event.

override
Render(HtmlTextWriter)

Outputs the user control's content to the specified System.Web.UI.HtmlTextWriter output stream.