FormUrlEncodedContent

FormUrlEncodedContent constructor

Initializes a new instance of the FormUrlEncodedContent class.

public FormUrlEncodedContent(IEnumerable<KeyValuePair<string, string>> nameValueCollection)
ParameterTypeDescription
nameValueCollectionIEnumerable`1The name value collection.

See Also