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

속성 값

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

설명

State 웹 페이지를 지정된 애플리케이션 상태로 복원하는 데 필요한 데이터를 저장하려면 이 속성을 사용합니다.

적용 대상