MobilePage.ClientViewState Propriété

Définition

Obtient les informations d'état d'affichage, qui combinent l'état d'affichage privé et un identificateur pour l'état d'affichage d'application, pour écrire sur le client sous forme encodée. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec 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

Valeur de propriété

Informations d'état d'affichage qui combinent l'état d'affichage privé et un identificateur pour l'état d'affichage d'application.

Attributs

S’applique à

Voir aussi