System.Web.UI.PageStatePersister.Load Method

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

Syntax

public abstract void Load ()

Remarks

Classes that derive from the System.Web.UI.PageStatePersister class implement the PageStatePersister.Load method to initialize the PageStatePersister.ViewState and PageStatePersister.ControlState properties from some persisted format.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0