Returns a string that can persist the inner properties of a control.
Persists the inner properties of the control.
[Visual Basic] Overloads Public Shared Sub PersistInnerProperties(StringWriter, Object, IWebFormServices)
[C#] public static void PersistInnerProperties(StringWriter, Object, IWebFormServices);
[C++] public: static void PersistInnerProperties(StringWriter*, Object, IWebFormServices);
[JScript] public static function PersistInnerProperties(StringWriter, Object, IWebFormServices);
Returns a string that can persist the inner properties of a control.
[Visual Basic] Overloads Public Shared Function PersistInnerProperties(Object, IWebFormServices) As String
[C#] public static string PersistInnerProperties(Object, IWebFormServices);
[C++] public: static String* PersistInnerProperties(Object*, IWebFormServices);
[JScript] public static function PersistInnerProperties(Object, IWebFormServices) : String;
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace