Login::LoadViewState Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Restores view-state information from a previous request that was saved with 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 control state to restore.

Exception Condition
ArgumentException

savedState is not a valid ViewState.

.NET Framework
Available since 2.0
Return to top
Show: