WebPartVerb.ViewState Property

Definition

Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.

protected System.Web.UI.StateBag ViewState { get; }

Property Value

An instance of StateBag that contains the server control's view-state information.

Remarks

Because the WebPartVerb object does not inherit from any class that tracks view state, and yet it has a number of properties that require view state to be tracked across multiple requests for the page, it implements its own property to maintain view state.

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