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 属性存储将网页还原到指定应用程序状态所需的数据。

适用于