System.Web.UI.Adapters.PageAdapter.ClientState Property

Gets an encoded string that contains the view and control states data of the Web page to which this derived page adapter is attached.

Syntax

protected string ClientState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PageAdapter.ClientState property provides access to the internal ClientState property of the System.Web.UI.Page class.

View state data stored by the System.Web.UI.PageStatePersister object in the internal ClientState property of System.Web.UI.Page will always be saved in the hidden field on the Web page.

Requirements

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