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 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