FormUrlEncodedContent Konstruktor

Definition

Initialisiert eine neue Instanz der FormUrlEncodedContent-Klasse mit einer bestimmten Auflistung von Namen/Wert-Paaren.

public:
 FormUrlEncodedContent(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ nameValueCollection);
public FormUrlEncodedContent (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> nameValueCollection);
public FormUrlEncodedContent (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string?,string?>> nameValueCollection);
new System.Net.Http.FormUrlEncodedContent : seq<System.Collections.Generic.KeyValuePair<string, string>> -> System.Net.Http.FormUrlEncodedContent
Public Sub New (nameValueCollection As IEnumerable(Of KeyValuePair(Of String, String)))

Parameter

nameValueCollection
IEnumerable<KeyValuePair<String,String>>

Eine Sammlung von Name-Wert-Paaren.

Gilt für: