HttpContentFormDataExtensions Methods

 

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static IsFormData(HttpContent)

Determines whether the specified content is HTML form URL-encoded data.

System_CAPS_pubmethodSystem_CAPS_static ReadAsFormDataAsync(HttpContent)

Asynchronously reads HTML form URL-encoded from an HttpContent instance and stores the results in a NameValueCollection object.

System_CAPS_pubmethodSystem_CAPS_static ReadAsFormDataAsync(HttpContent, CancellationToken)

Asynchronously reads HTML form URL-encoded from an HttpContent instance and stores the results in a NameValueCollection object.

See Also

HttpContentFormDataExtensions Class
System.Net.Http Namespace

Return to top