FormDataCollectionExtensions.GetJQueryNameValuePairs メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
パラメーター
- formData
- FormDataCollection