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

웹 페이지의 상태를 나타내는 이름/값 쌍의 컬렉션입니다.

적용 대상