Edit

Share via


MobileControl.LoadPrivateViewState(Object) Method

Definition

Loads private view state. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected virtual void LoadPrivateViewState(object state);

Parameters

state
Object

Current view state of the control.

Applies to

See also