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
ControlState | object.
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. | |
ViewState | object.
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. |
Page | Page.
Gets or sets the System.Web.UI.Page object that the view state persistence mechanism is created for. | |
[read-only] | StateFormatter | IStateFormatter.
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. |