다음을 통해 공유


HtmlInputGenericControl.LoadPostData(String, NameValueCollection) 메서드

정의

HTML5 input 요소의 포스트백 데이터를 처리합니다.

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

개시된 내용이 이전의 다시 게시된 내용과 다르면 true이고, 그렇지 않으면 false입니다.

적용 대상