System.Web.UI.Design.WebFormsRootDesigner: Method Members

The methods of System.Web.UI.Design.WebFormsRootDesigner are listed below. For a list of all members, see the WebFormsRootDesigner Members list.

See Also: Inherited members from System.Object

Public Methods

abstract
AddClientScriptToDocument(ClientScriptItem)

When overridden in a derived class, adds a client script element to the current Web Forms page.

abstract
AddControlToDocument(System.Web.UI.Control, System.Web.UI.Control, ControlLocation) : string

When overridden in a derived class, adds a Web server control to the Web Forms page.

Finalize()

Frees the resources of the current System.Web.UI.Design.WebFormsRootDesigner object before it is reclaimed by the garbage collector.

GenerateEmptyDesignTimeHtml(System.Web.UI.Control) : string

Generates empty HTML markup for a control at design time.

GenerateErrorDesignTimeHtml(System.Web.UI.Control, Exception, string) : string

Generates HTML markup that is used to display an error message at design time by using the specified control, exception, and message.

abstract
GetClientScriptsInDocument() : ClientScriptItemCollection

When overridden in a derived class, returns a System.Web.UI.Design.ClientScriptItemCollection object that contains all client script items that are on the page.

Initialize(System.ComponentModel.IComponent)

Initializes the System.Web.UI.Design.WebFormsRootDesigner object using the specified component.

abstract
RemoveClientScriptFromDocument(string)

Removes the specified client script from the document at design time.

abstract
RemoveControlFromDocument(System.Web.UI.Control)

When overridden in a derived class, removes the specified control from the Web Forms page.

ResolveUrl(string) : string

Converts a relative URL into a fully qualified URL.

SetControlID(System.Web.UI.Control, string)

Sets the ID property of the specified control with the specified string.

Protected Methods

CreateDesignerActionService(IServiceProvider) : System.ComponentModel.Design.DesignerActionService

Returns a design-time System.ComponentModel.Design.DesignerActionService object.

CreateUrlResolutionService() : System.Web.UI.IUrlResolutionService

Returns an System.Web.UI.IUrlResolutionService that resolves relative URLs.

Dispose(bool)

Releases the unmanaged resources that are used by the System.Web.UI.Design.WebFormsRootDesigner and optionally releases the managed resources.

abstract
GetControlViewAndTag(System.Web.UI.Control, out IControlDesignerView, out IControlDesignerTag)
Documentation for this section has not yet been entered.
GetService(Type) : object

Returns the requested service.

GetView(System.ComponentModel.Design.ViewTechnology) : object

Returns a view object that is determined by the provided System.ComponentModel.Design.ViewTechnology object.

OnLoadComplete(EventArgs)

Raises the WebFormsRootDesigner.LoadComplete event when the Web Forms page is completely loaded.

PostFilterAttributes(IDictionary)

Allows a designer to change or remove items from the set of attributes that the designer exposes through a System.ComponentModel.TypeDescriptor object.

PostFilterEvents(IDictionary)

Allows a designer to change or remove items from the set of events that the designer exposes through a System.ComponentModel.TypeDescriptor object.

PostFilterProperties(IDictionary)

Allows a designer to change or remove items from the set of properties that the designer exposes through a System.ComponentModel.TypeDescriptor object.

PreFilterAttributes(IDictionary)

Allows a designer to add to the set of attributes that the designer exposes through a System.ComponentModel.TypeDescriptor object.

PreFilterEvents(IDictionary)

Allows a designer to add items to the set of events that the designer exposes through a System.ComponentModel.TypeDescriptor object.

PreFilterProperties(IDictionary)

Allows a designer to add items to the set of properties that the designer exposes through a System.ComponentModel.TypeDescriptor object.