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

Web ページの状態を表す名前と値のペアのコレクション。

適用対象