다음을 통해 공유


HtmlInputCheckBox.LoadPostData(String, NameValueCollection) 메서드

정의

HtmlInputCheckBox 컨트롤의 포스트백 데이터를 처리합니다.

protected:
 virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

매개 변수

postDataKey
String

컨트롤의 키 식별자입니다.

postCollection
NameValueCollection

들어오는 모든 이름 값의 컬렉션입니다.

반환

Boolean

HtmlInputCheckBox 컨트롤의 상태가 포스트백 이벤트의 결과로 변경되었으면 true이고, 그렇지 않으면 false입니다.

설명

이 메서드는 주로 컨트롤의 기능을 확장 하는 사용자 지정 컨트롤 개발자에 대 한 HtmlInputCheckBox 관심.

적용 대상