PageAdapter::ClientState Property
.NET Framework (current version)
Gets an encoded string that contains the view and control states data of the Web page to which this derived page adapter is attached.
Assembly: System.Web (in System.Web.dll)
The ClientState property provides access to the internal ClientState property of the Page class.
View state data stored by the PageStatePersister object in the internal ClientState property of Page will always be saved in the hidden field on the Web page.
Notes to Inheritors:
When you inherit from the PageAdapter class, you cannot override the ClientState property because it is not virtual. To modify the behavior of ClientState in a derived class, implement a new ClientState property that references the ClientState property of the base class.
.NET Framework
Available since 2.0
Available since 2.0
Show: