DropDownList.LoadPostData(String, NameValueCollection) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DropDownList 컨트롤의 포스트백 데이터를 처리합니다.
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
서버에 게시된 들어오는 모든 이름 값의 컬렉션입니다.
반환
DropDownList 컨트롤의 상태가 포스트백 이벤트의 결과로 변경되면 true
이고, 그렇지 않으면 false
입니다.
설명
ASP.NET 페이지 프레임워크는 이 메서드 호출에서 반환 true
되는 모든 서버 컨트롤을 추적한 다음 컨트롤에서 메서드를 RaisePostDataChangedEvent DropDownList 호출합니다.