AutoFieldsGenerator.IStateManager.LoadViewState Method (Object)

.NET Framework (current version)
 

Loads the state that was saved previously using the SaveViewState method.

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

void IStateManager.LoadViewState(
	object savedState
)

Parameters

savedState
Type: System.Object

The view state changes saved previously.

This member is an explicit interface member implementation. It can be used only when the AutoFieldsGenerator instance is cast to an IStateManager interface.

.NET Framework
Available since 4.5
Return to top
Show: