FormUrlEncodedContent Constructor (IEnumerable<KeyValuePair<String^, String^>>^)
.NET Framework (current version)
Initializes a new instance of the FormUrlEncodedContent class with a specific collection of name/value pairs.
Assembly: System.Net.Http (in System.Net.Http.dll)
public:
FormUrlEncodedContent(
IEnumerable<KeyValuePair<String^, String^>>^ nameValueCollection
)
Parameters
- nameValueCollection
-
Type:
System.Collections.Generic::IEnumerable<KeyValuePair<String^, String^>>^
A collection of name/value pairs.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: