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.PersistControl

Returns a string that can persist a control.

Overload List

Persists a control using the specified string writer.

[Visual Basic] Overloads Public Shared Sub PersistControl(StringWriter, Control)
[C#] public static void PersistControl(StringWriter, Control);
[C++] public: static void PersistControl(StringWriter*, Control);
[JScript] public static function PersistControl(StringWriter, Control);

Returns a string that can persist a control.

[Visual Basic] Overloads Public Shared Function PersistControl(Control) As String
[C#] public static string PersistControl(Control);
[C++] public: static String* PersistControl(Control*);
[JScript] public static function PersistControl(Control) : String;

See Also

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