Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ViewStateException::PersistedState Property

 

Gets the contents of the view-state string that, when read, caused the view-state exception.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
property String^ PersistedState {
	String^ get();
}

Property Value

Type: System::String^

A String containing the view-state values that caused the view-state exception.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft