HistoryEventArgs.State プロパティ

定義

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

プロパティ値

NameValueCollection

Web ページの状態を表すコレクション。

注釈

プロパティを使用して、 State 指定したアプリケーション状態に Web ページを復元するために必要なデータを格納します。

適用対象