WebFormsReferenceManager Class

Definition

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

public ref class WebFormsReferenceManager abstract
public abstract class WebFormsReferenceManager
type WebFormsReferenceManager = class
Public MustInherit Class WebFormsReferenceManager
Inheritance
WebFormsReferenceManager

Remarks

The 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 WebFormsReferenceManager to access the definitions in the current document, and to add a new tag prefix to the current document.

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

Constructors

WebFormsReferenceManager()

Initializes a new instance of the WebFormsReferenceManager class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetRegisterDirectives()

Gets the register directives for the current project document.

GetTagPrefix(Type)

Gets the tag prefix for the specified object type.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetType(String, String)

Gets the object type with the specified tag prefix and tag name.

GetUserControlPath(String, String)

Gets the relative URL path for the user control with the specified tag prefix and tag name.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RegisterTagPrefix(Type)

Adds a tag prefix for the specified type.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also