System.Web.UI.PageStatePersister: Property Members

The properties of System.Web.UI.PageStatePersister are listed below. For a list of all members, see the PageStatePersister Members list.

See Also: Inherited members from System.Object

Public Properties

ControlStateobject.

Gets or sets an object that represents the data that controls contained by the current System.Web.UI.Page object use to persist across HTTP requests to the Web server.

ViewStateobject.

Gets or sets an object that represents the data that controls contained by the current System.Web.UI.Page object use to persist across HTTP requests to the Web server.

Protected Properties

PagePage.

Gets or sets the System.Web.UI.Page object that the view state persistence mechanism is created for.

[read-only]
StateFormatterIStateFormatter.

Gets an System.Web.UI.IStateFormatter object that is used to serialize and deserialize the state information contained in the PageStatePersister.ViewState and PageStatePersister.ControlState properties during calls to the PageStatePersister.Save and PageStatePersister.Load methods.