C# Class wp7openid.Extensions

Mostrar archivo Open project: arktronic/sevenauth

Public Methods

Method Description
ToUrlQuery ( string>.this dict ) : string

Returns a URL query-style string in the form of "key1=value1&key2=value2..." without the initial ampersand or question mark.

Method Details

ToUrlQuery() public static method

Returns a URL query-style string in the form of "key1=value1&key2=value2..." without the initial ampersand or question mark.
public static ToUrlQuery ( string>.this dict ) : string
dict string>.this
return string