Returns a string that can persist the inner properties of a control.
[Visual Basic] Overloads Public Shared Function PersistInnerProperties( _ ByVal component As Object, _ ByVal wfdServices As IWebFormServices _ ) As String [C#] public static string PersistInnerProperties( object component, IWebFormServices wfdServices ); [C++] public: static String* PersistInnerProperties( Object* component, IWebFormServices* wfdServices ); [JScript] public static function PersistInnerProperties( component : Object, wfdServices : IWebFormServices ) : String;
A string that contains the persistable information about the inner properties of the control.
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace | WebControlPersister.PersistInnerProperties Overload List