System.Web.UI.PageStatePersister.StateFormatter Property

Gets an System.Web.UI.IStateFormatter object that is used to serialize and deserialize the state information contained in the PageStatePersister.ViewState and PageStatePersister.ControlState properties during calls to the PageStatePersister.Save and PageStatePersister.Load methods.

Syntax

protected IStateFormatter StateFormatter { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can override the PageStatePersister.StateFormatter property to provide your own view state formatter.

Requirements

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