次の方法で共有


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

プロパティ値

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

注釈

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

適用対象