C# 클래스 MvcApi.Query.UriQueryUtility

파일 보기 프로젝트 열기: dax70/MvcApi

공개 메소드들

메소드 설명
ParseQueryString ( string query ) : NameValueCollection
UrlDecode ( string str ) : string
UrlEncode ( string str ) : string

비공개 메소드들

메소드 설명
HexToInt ( char h ) : int
IntToHex ( int n ) : char
IsUrlSafeChar ( char ch ) : bool
UrlDecodeInternal ( string value, Encoding encoding ) : string
UrlEncode ( byte bytes, int offset, int count ) : byte[]
UrlEncode ( byte bytes, int offset, int count, bool alwaysCreateNewReturnValue ) : byte[]
ValidateUrlEncodingParameters ( byte bytes, int offset, int count ) : bool

메소드 상세

ParseQueryString() 공개 정적인 메소드

public static ParseQueryString ( string query ) : NameValueCollection
query string
리턴 System.Collections.Specialized.NameValueCollection

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string str ) : string
str string
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string str ) : string
str string
리턴 string