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

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

適用於