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