ControlPersister Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticPersistControl(Control)

Gets a string of data that represents the persisted form of the specified control.

System_CAPS_pubmethodSystem_CAPS_staticPersistControl(Control, IDesignerHost)

Gets a string of data that represents the persisted form of the specified control, using the specified designer host.

System_CAPS_pubmethodSystem_CAPS_staticPersistControl(TextWriter, Control)

Outputs a string of data that represents the persisted form of the specified control to the specified TextWriter.

System_CAPS_pubmethodSystem_CAPS_staticPersistControl(TextWriter, Control, IDesignerHost)

Outputs a string of data that represents the persisted form of the specified control to the specified TextWriter, using the specified designer host.

System_CAPS_pubmethodSystem_CAPS_staticPersistInnerProperties(Object, IDesignerHost)

Gets a string of data that can persist the inner properties of the specified control.

System_CAPS_pubmethodSystem_CAPS_staticPersistInnerProperties(TextWriter, Object, IDesignerHost)

Outputs a string of data that can persist the inner properties of the specified control to the specified TextWriter, using the specified designer host.

System_CAPS_pubmethodSystem_CAPS_staticPersistTemplate(ITemplate, IDesignerHost)

Gets a string of data that represents the persisted form of the specified template.

System_CAPS_pubmethodSystem_CAPS_staticPersistTemplate(TextWriter, ITemplate, IDesignerHost)

Writes a string of data that represents the persisted form of the specified template to the specified TextWriter object.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: