Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.