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 (StringWriter, Control)

Persists a control using the specified string writer.

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

Parameters

sw
The string writer to use.
control
[To be supplied.]

See Also

WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace | WebControlPersister.PersistControl Overload List