This documentation is archived and is not being maintained.

PageStatePersister::Save Method

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

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Save() abstract

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.

No code example is currently available or this language may not be supported.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: