Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContentFormDataExtensions Class

 

Extension methods to read HTML form URL-encoded datafrom HttpContent instances.

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

System::Object
  System.Net.Http::HttpContentFormDataExtensions

[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class HttpContentFormDataExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsFormData(HttpContent^)

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

System_CAPS_pubmethodSystem_CAPS_staticReadAsFormDataAsync(HttpContent^)

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

System_CAPS_pubmethodSystem_CAPS_staticReadAsFormDataAsync(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.

Return to top
Show: