C# 클래스 Liara.Helpers.QueryStringHelpers

파일 보기 프로젝트 열기: prasannavl/Liara

공개 메소드들

메소드 설명
ConvertToUriString ( ILiaraHashTable queryString, char seperator = '&', bool prefixQuestionMark = true ) : string

Return the correctly formed and escaped query string that is can directly be added to the Uri component, including the leading "?".

ParseFromString ( string text, bool isCaseSensitive = false ) : ILiaraHashTable

Parse the given text into a query string.

Note: By default, query strings are not case sensitive.

메소드 상세

ConvertToUriString() 공개 정적인 메소드

Return the correctly formed and escaped query string that is can directly be added to the Uri component, including the leading "?".
public static ConvertToUriString ( ILiaraHashTable queryString, char seperator = '&', bool prefixQuestionMark = true ) : string
queryString ILiaraHashTable
seperator char
prefixQuestionMark bool
리턴 string

ParseFromString() 공개 정적인 메소드

Parse the given text into a query string.

Note: By default, query strings are not case sensitive.

public static ParseFromString ( string text, bool isCaseSensitive = false ) : ILiaraHashTable
text string
isCaseSensitive bool
리턴 ILiaraHashTable