ControlFilterExpression.SaveViewState Method

Definition

Saves the changes to view state since the time the page was posted to the server.

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

Returns

The object that contains the changes to view state. If there is no view state associated with the object, this method returns null.

Applies to