WebFormsRootDesigner::ReferenceManager Property

 

When overridden in a derived class, gets a WebFormsReferenceManager object that has information about the current Web Forms page.

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

public:
property WebFormsReferenceManager^ ReferenceManager {
	virtual WebFormsReferenceManager^ get() abstract;
}

Property Value

Type: System.Web.UI.Design::WebFormsReferenceManager^

A WebFormsReferenceManager containing information about the current Web Forms page.

.NET Framework
Available since 2.0
Return to top
Show: