SessionPageStatePersister.Load Method ()
.NET Framework (current version)
Deserializes and loads persisted state from the server-side session object when a Page object initializes its control hierarchy.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | The Load method could not successfully deserialize the state contained in the request to the Web server. |
The SessionPageStatePersister class implements the Load method to load page state from the HttpSessionState object associated with the client.
.NET Framework
Available since 2.0
Available since 2.0
Show: