MobilePage.ClientViewState Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les informations d’état d’affichage, qui combinent l’état d’affichage privé et un identificateur pour l’état d’affichage de l’application, pour écrire dans le client dans un formulaire encodé. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
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é
Les informations d’état d’affichage, qui combinent l’état d’affichage privé et un identificateur pour l’état d’affichage de l’application.
- Attributs