C# Класс Aqueduct.ServerDensity.Helpers

Показать файл Открыть проект

Открытые методы

Метод Описание
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"

Описание методов

ToQueryString() публичный статический Метод

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
Результат string