Saves the view state and returns it as an object.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
protected virtual Object SaveViewState()
Visual Basic (Declaration)
Protected Overridable Function SaveViewState As Object

Return Value

Saved view state.

See Also