HttpContentFormDataExtensions Class
Extension methods to read HTML form URL-encoded datafrom HttpContent instances.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IsFormData(HttpContent^) | Determines whether the specified content is HTML form URL-encoded data. |
![]() ![]() | ReadAsFormDataAsync(HttpContent^) | Asynchronously reads HTML form URL-encoded from an HttpContent instance and stores the results in a NameValueCollection object. |
![]() ![]() | ReadAsFormDataAsync(HttpContent^, CancellationToken) | Asynchronously reads HTML form URL-encoded from an HttpContent instance and stores the results in a NameValueCollection object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

