PasswordRecovery.SaveViewState Method

Definition

Saves any state that was modified after the TrackViewState() method was invoked.

protected override object SaveViewState ();

Returns

An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also