다음을 통해 공유


ImageButton.LoadPostData(String, NameValueCollection) 메서드

정의

ImageButton 컨트롤의 게시된 데이터를 처리합니다.

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

게시 정보가 포함된 NameValueCollection입니다.

반환

항상 false를 반환합니다.

설명

멤버는 LoadPostData 컨트롤에서 사용자 지정 클래스를 파생할 때 주로 컨트롤 개발자가 ImageButton 사용합니다.

x ImageButton 및 y 값이 게시되었는지 확인합니다. 이는 사용자가 이미지를 클릭했음을 나타냅니다. 그런 다음 은 ImageButton 이벤트 처리 단계에서 이벤트를 발생하려는 페이지에 등록합니다.

적용 대상

추가 정보