MobilePage.ClientViewState Property

Definition

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. This API is obsolete. 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

Property Value

The view-state information, which combines private view state and an identifier for application view state.

Attributes

Applies to

See also