FormDataCollectionExtensions.GetJQueryNameValuePairs 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.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ GetJQueryNameValuePairs(System::Net::Http::Formatting::FormDataCollection ^ formData);
public static System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> GetJQueryNameValuePairs (this System.Net.Http.Formatting.FormDataCollection formData);
static member GetJQueryNameValuePairs : System.Net.Http.Formatting.FormDataCollection -> seq<System.Collections.Generic.KeyValuePair<string, string>>
<Extension()>
Public Iterator Function GetJQueryNameValuePairs (formData As FormDataCollection) As IEnumerable(Of KeyValuePair(Of String, String))
Parameters
- formData
- FormDataCollection