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

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;

Parameters

control
The control to persist.

Return Value

A string that contains the persistable information about the control.

See Also

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