WebFormsRootDesigner Class
.NET Framework 3.0
Provides a base class for the design-time functionality of a Web Forms page and allows access to and manipulation of components and controls that are contained within the Web Forms page at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
A design host, such as Visual Studio 2005, must provide its own derived version of the WebFormsRootDesigner class to control designers through the RootDesigner property of the designer. Control designers use the RootDesigner property to access and manipulate the containing Web Forms page at design time.
Notes to Inheritors: When you inherit from the WebFormsRootDesigner class, you must override the following members:-
The DocumentUrl, IsDesignerViewLocked, IsLoading, ReferenceManager, SupportedTechnologies, and Verbs properties.
-
The AddClientScriptToDocument, AddControlToDocument, GetClientScriptsInDocument, GetControlViewAndTag, and RemoveControlFromDocument methods.
Community Additions
ADD
Show: