ControlPersister::PersistControl Method

 

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

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

NameDescription
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.

Return to top
Show: