The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

clientState Property

Returns the original json ClientState that was passed down from the server.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_clientState() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClientStateManagerBase.get_clientState();

Return Value

client-state in JSON format
See Also