WizardStepBase::LoadViewState Method (Object^)

 

Restores view-state information from a previous page request that was saved by the SaveViewState method.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void LoadViewState(
	Object^ savedState
) override

Parameters

savedState
Type: System::Object^

An Object that represents the that represents the control state to be restored.

.NET Framework
Available since 2.0
Return to top
Show: