HistoryEventArgs.State 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示網頁之狀態的名稱/值組集合。
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
屬性值
表示網頁之狀態的集合。
備註
您可以使用 State 屬性來儲存將網頁還原至指定的應用程式狀態所需的資料。