System.Web.UI.Design.WebFormsReferenceManager Class

Provides a base class for accessing the types, directives, and controls in the current Web project document. This class must be inherited.

See Also: WebFormsReferenceManager Members

Syntax

public abstract class WebFormsReferenceManager

Remarks

The System.Web.UI.Design.WebFormsReferenceManager base class is implemented by designer hosts to provide access to types, directives, and user controls defined in a Web project document. A control designer class can use the System.Web.UI.Design.WebFormsReferenceManager to access the definitions in the current document, and to add a new tag prefix to the current document.

You access the System.Web.UI.Design.WebFormsReferenceManager services supplied by the designer host through the WebFormsRootDesigner.ReferenceManager property of a System.Web.UI.Design.WebFormsRootDesigner implementation. The System.Web.UI.Design.WebFormsRootDesigner implementation can be accessed in two ways:

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0