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

'Declaration
Public Function ReadAsNameValueCollection As NameValueCollection
'Usage
Dim instance As FormDataCollection 
Dim returnValue As NameValueCollection 

returnValue = instance.ReadAsNameValueCollection()
public NameValueCollection ReadAsNameValueCollection()
public:
NameValueCollection^ ReadAsNameValueCollection()
member ReadAsNameValueCollection : unit -> NameValueCollection
public function ReadAsNameValueCollection() : NameValueCollection

Return Value

Type: System.Collections.Specialized.NameValueCollection
The collection of form data as a collection of name value.

See Also

Reference

FormDataCollection Class

System.Net.Http.Formatting Namespace