MobileListItem.SaveViewState Method

Definition

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

protected:
 System::Object ^ SaveViewState();
protected object SaveViewState ();
override this.SaveViewState : unit -> obj
Protected Function SaveViewState () As Object

Returns

An Object that contains the newly saved view state.

Applies to

See also