HistoryEventArgs.State 屬性

定義

取得表示網頁之狀態的名稱/值組集合。

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

表示網頁之狀態的集合。

備註

您可以使用 State 屬性來儲存將網頁還原至指定的應用程式狀態所需的資料。

適用於