Méthode | Description | |
---|---|---|
ToQueryString ( this parameters, String delimiter = "&", System.Boolean omitEmpty = true ) : string |
Constructs a NameValueCollection into a query string. Consider this method to be the opposite of "System.Web.HttpUtility.ParseQueryString" |
public static ToQueryString ( this parameters, String delimiter = "&", System.Boolean omitEmpty = true ) : string | ||
parameters | this | The NameValueCollection |
delimiter | String | The String to delimit the key/value pairs |
omitEmpty | System.Boolean | |
Résultat | string |