The members of System.Web.UI.PageStatePersister are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.PageStatePersister class. |
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. |
abstract | Load()
| |
abstract | Save()
|