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

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

See Also: Inherited members from System.Object

Public Methods

static
PersistControl(System.Web.UI.Control) : string

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

static
PersistControl(System.IO.TextWriter, System.Web.UI.Control)

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

static
PersistControl(System.Web.UI.Control, System.ComponentModel.Design.IDesignerHost) : string

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

static
PersistControl(System.IO.TextWriter, System.Web.UI.Control, System.ComponentModel.Design.IDesignerHost)

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

static
PersistInnerProperties(object, System.ComponentModel.Design.IDesignerHost) : string

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

static
PersistInnerProperties(System.IO.TextWriter, object, System.ComponentModel.Design.IDesignerHost)

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

static
PersistTemplate(System.Web.UI.ITemplate, System.ComponentModel.Design.IDesignerHost) : string

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

static
PersistTemplate(System.IO.TextWriter, System.Web.UI.ITemplate, System.ComponentModel.Design.IDesignerHost)

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