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: