Command.LoadPostData(String, NameValueCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the adapter associated with the Command control has handled loading the post data. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
bool LoadPostData(System::String ^ key, System::Collections::Specialized::NameValueCollection ^ data);
protected bool LoadPostData (string key, System.Collections.Specialized.NameValueCollection data);
member this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Function LoadPostData (key As String, data As NameValueCollection) As Boolean
Parameters
- key
- String
A reference to the name of a parameter collection.
- data
- NameValueCollection
A parameter collection of postback data.
Returns
true
if the adapter associated with this control has handled loading the post data; otherwise, false
.
Remarks
This method is called by the IPostBackDataHandler.LoadPostData method.
Note
Different devices might provide their data back to the calling server in different ways.