C# Class wp7openid.Extensions

Afficher le fichier Open project: arktronic/sevenauth

Méthodes publiques

Méthode 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 méthode

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
Résultat string