共用方式為


HtmlInputGenericControl.IPostBackDataHandler.LoadPostData 方法

定義

在衍生類別中實作時,處理 HTML5 input element 的回傳資料。

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

參數

postDataKey
String

張貼的集合中的索引,此索引參考要載入的內容。

postCollection
NameValueCollection

所有已張貼之值的集合。

傳回

如果因為回傳而改變了 HTML5 true 項目的狀態,則為 input,否則為 false

實作

備註

這個成員是明確介面成員實作, 只有在 HtmlInputGenericControl 執行個體轉換成 IPostBackDataHandler 介面時,才能使用這個成員。

適用於