System.Web.UI.Design.ControlPersister.PersistInnerProperties Method

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

Syntax

public static string PersistInnerProperties (object component, System.ComponentModel.Design.IDesignerHost host)

Parameters

component
The component to persist the inner properties of.
host
An System.ComponentModel.Design.IDesignerHost that is the designer host for the control.

Returns

A string that contains the information to persist about the inner properties of the control.

Remarks

This method requires an System.ComponentModel.Design.IDesignerHost implementation to work correctly.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0