UriExtensions.ParseQueryString Method (Uri)

 

Parses the query portion of the specified URI.

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

Syntax

public static NameValueCollection ParseQueryString(
    this Uri address
)
public:
[ExtensionAttribute]
static NameValueCollection^ ParseQueryString(
    Uri^ address
)
static member ParseQueryString : 
        address:Uri -> NameValueCollection
<ExtensionAttribute>
Public Shared Function ParseQueryString (
    address As Uri
) As NameValueCollection

Parameters

Return Value

Type: System.Collections.Specialized.NameValueCollection

A NameValueCollection that contains the query parameters.

See Also

UriExtensions Class
System.Net.Http Namespace

Return to top