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

適用於