System.Web.UI.PageStatePersister Members

The members of System.Web.UI.PageStatePersister are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.UI.PageStatePersister class.

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.

Public Methods

abstract
Load()

Overridden by derived classes to deserialize and load persisted state information when a System.Web.UI.Page object initializes its control hierarchy.

abstract
Save()

Overridden by derived classes to serialize persisted state information when a System.Web.UI.Page object is unloaded from memory.