共用方式為


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

適用於