HttpContentFormDataExtensions
Extension methods to read HTML form URL-encoded datafrom HttpContent instances.
Determines whether the specified content is HTML form URL-encoded data.
Asynchronously reads HTML form URL-encoded from an HttpContent instance and stores the results in a NameValueCollection object.
public static Task<NameValueCollection> ReadAsFormDataAsync(this HttpContent content, CancellationToken cancellationToken)
Asynchronously reads HTML form URL-encoded from an HttpContent instance and stores the results in a NameValueCollection object.