System.Web.UI.PageStatePersister.Save Method

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

Syntax

public abstract void Save ()

Remarks

Classes that derive from the System.Web.UI.PageStatePersister class implement the PageStatePersister.Save method to persist the contents of the PageStatePersister.ViewState and PageStatePersister.ControlState properties to a persistence medium.

Requirements

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