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

게시된 모든 값의 컬렉션입니다.

반품

true게시된 콘텐츠가 이전 포스트백의 콘텐츠와 다른 경우 그렇지 않으면 . false

적용 대상