ViewStateException.PersistedState Property

Definition

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

public:
 property System::String ^ PersistedState { System::String ^ get(); };
public string PersistedState { get; }
member this.PersistedState : string
Public ReadOnly Property PersistedState As String

Property Value

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

Applies to