NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControlPersister.PersistInnerProperties

Returns a string that can persist the inner properties of a control.

Overload List

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;

See Also

WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace