ViewStateException.PersistedState 属性

定义

获取视图状态字符串的内容,读取它时导致了视图状态异常。

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

属性值

String

一个 String,其中包含导致视图状态异常的视图状态值。

适用于