MobilePage.ClientViewState 属性
定义
获取结合了私有视图状态与应用程序视图状态的标识符的视图状态信息,以便以编码形式写入客户端。Gets the view-state information, which combines private view state and an identifier for application view state, to write to the client in encoded form. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property System::String ^ ClientViewState { System::String ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public string ClientViewState { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.ClientViewState : string
Public ReadOnly Property ClientViewState As String
属性值
视图状态信息,此信息将私有视图状态和应用程序视图状态的标识符结合起来。The view-state information, which combines private view state and an identifier for application view state.
- 属性