FormUrlEncodedContent Constructeur

Définition

Initialise une nouvelle instance de la FormUrlEncodedContent classe avec une collection spécifique de paires nom/valeur.

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);
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)))

Paramètres

nameValueCollection
IEnumerable<KeyValuePair<String,String>>

Collection de paires nom/valeur.

S’applique à