ViewStateException.PersistedState 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 le contenu de la chaîne d'état d'affichage qui, lors de sa lecture, a provoqué l'exception d'état d'affichage.
public:
property System::String ^ PersistedState { System::String ^ get(); };
public string PersistedState { get; }
member this.PersistedState : string
Public ReadOnly Property PersistedState As String
Valeur de propriété
String contenant les valeurs d'état d'affichage qui ont provoqué l'exception d'état d'affichage.