C# 클래스 Aqueduct.ServerDensity.Helpers

파일 보기 프로젝트 열기: aqueduct/Aqueduct.Monitoring

공개 메소드들

메소드 설명
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