Command.IPostBackDataHandler.LoadPostData(String, NameValueCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關於此成員的描述,請參見 LoadPostData(String, NameValueCollection)。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱
virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ key, System::Collections::Specialized::NameValueCollection ^ data) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData(string key, System.Collections.Specialized.NameValueCollection data);
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 (key As String, data As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData
參數
- key
- String
參考參數集合名稱。
- data
- NameValueCollection
一個參數集合的後回傳資料。
傳回
true如果轉接器負責載入後續資料;否則,。 false
實作
備註
此成員為明確介面成員實作。 它只能在實 Command 例投射到 System.Web.UI.IPostBackDataHandler 介面時使用。