Command::IPostBackDataHandler::LoadPostData Method (String^, NameValueCollection^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IPostBackDataHandler::LoadPostData. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
private: virtual bool LoadPostData( String^ key, NameValueCollection^ data ) sealed = IPostBackDataHandler::LoadPostData
Parameters
- key
-
Type:
System::String^
A reference to the name of a parameter collection.
- data
-
Type:
System.Collections.Specialized::NameValueCollection^
A parameter collection of postback data.
Return Value
Type: System::Booleantrue if the adapter handles loading the post data; otherwise, false.
This member is an explicit interface member implementation. It can be used only when the Command instance is cast to an System.Web.UI::IPostBackDataHandler interface.
.NET Framework
Available since 1.1
Available since 1.1
Command Class
System.Web.UI.MobileControls Namespace
Introduction to the Command Control
Show: