C# Class Aqueduct.ServerDensity.Helpers

Show file Open project: aqueduct/Aqueduct.Monitoring

Public Methods

Method 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"

Method Details

ToQueryString() public static method

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
return string