PageAdapter.GetStatePersister Method
Assembly: System.Web (in system.web.dll)
public PageStatePersister GetStatePersister ()
public function GetStatePersister () : PageStatePersister
Not applicable.
Return Value
An object derived from PageStatePersister that supports creating and extracting the combined control and view states for the Page.The PageStatePersister property uses the GetStatePersister method to return the object, derived from the PageStatePersister class, that forms and extracts the combined control and view states for the page. If there is no derived page adapter attached to the page, a HiddenFieldPageStatePersister object is used to maintain the state in a hidden field on the page.
|
Link type |
Resulting link |
|---|---|
|
Code Entity Reference,cer | |
|
Code Entity Reference Qualified, cerq |
Char.ToString |
|
Code Entity Reference Specific,cers |
ToString |
|
Code Entity Reference Qualified Specific, cerqs |
Char.ToString |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.