WebFormsReferenceManager Constructor

Definition

Initializes a new instance of the WebFormsReferenceManager class.

protected:
 WebFormsReferenceManager();
protected WebFormsReferenceManager ();
Protected Sub New ()

Remarks

Because the WebFormsReferenceManager class is abstract, you cannot create an instance of WebFormsReferenceManager directly using the constructor.

When deriving from the WebFormsReferenceManager class, override the constructor to implement custom initialization actions for your reference manager implementation.

Applies to

See also