FormDataCollection.ReadAsNameValueCollection Method ()

 

Reads the collection of form data as a collection of name value.

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

Syntax

public NameValueCollection ReadAsNameValueCollection()
public:
NameValueCollection^ ReadAsNameValueCollection()
member ReadAsNameValueCollection : unit -> NameValueCollection
Public Function ReadAsNameValueCollection As NameValueCollection

Return Value

Type: System.Collections.Specialized.NameValueCollection

The collection of form data as a collection of name value.

See Also

FormDataCollection Class
System.Net.Http.Formatting Namespace

Return to top