PageStatePersister.Save Method ()
.NET Framework (current version)
Overridden by derived classes to serialize persisted state information when a Page object is unloaded from memory.
Assembly: System.Web (in System.Web.dll)
Classes that derive from the PageStatePersister class implement the Save method to persist the contents of the ViewState and ControlState properties to a persistence medium.
The following code example demonstrates how a class that derives from the PageStatePersister class implements the Save method to persist view state to a persistence medium. The StreamPageStatePersister uses an IStateFormatter object to serialize the contents of the ViewState property and ControlState property. This code example is part of a larger example provided for the PageStatePersister class.
.NET Framework
Available since 2.0
Available since 2.0
Show: