HistoryEventArgs(NameValueCollection) 构造函数

定义

初始化 HistoryEventArgs 类的新实例。

public:
 HistoryEventArgs(System::Collections::Specialized::NameValueCollection ^ state);
public HistoryEventArgs (System.Collections.Specialized.NameValueCollection state);
new System.Web.UI.HistoryEventArgs : System.Collections.Specialized.NameValueCollection -> System.Web.UI.HistoryEventArgs
Public Sub New (state As NameValueCollection)

参数

state
NameValueCollection

表示网页状态的名称/值对的集合。

适用于