HiddenFieldPageStatePersister.Load Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes and loads persisted state information from an HttpRequest object when a Page object initializes its control hierarchy.
public:
override void Load();
public override void Load ();
override this.Load : unit -> unit
Public Overrides Sub Load ()
Exceptions
The Load() method could not successfully deserialize the state information contained in the request to the Web server.
Remarks
The HiddenFieldPageStatePersister class implements the Load method to load page and control state information from an incoming request to the Web server. The ObjectStateFormatter object accessed by the StateFormatter property is used to deserialize the data.