Partager via


HistoryEventArgs.State Propriété

Définition

Obtient une collection de paires nom/valeur qui représentent l'état d'une page Web.

public:
 property System::Collections::Specialized::NameValueCollection ^ State { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection State { get; }
member this.State : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property State As NameValueCollection

Valeur de propriété

NameValueCollection

Collection qui représente l'état d'une page Web.

Remarques

Utilisez la State propriété pour stocker les données requises pour restaurer une page Web à un état d’application spécifié.

S’applique à