C# 클래스 ToolBelt.ParsedUrl

파일 보기 프로젝트 열기: jlyonsmith/ToolBelt 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UnencodedChars string

공개 메소드들

메소드 설명
CombineAsQueryParams ( string>.List pairs ) : string
Equals ( ParsedUrl url1, ToolBelt.ParsedPath url2 ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParseQueryParams ( string s ) : string>>.List
ParsedUrl ( string url ) : System
ToString ( ) : string
UrlEncode ( string s, bool uppercaseHex = true ) : string
WithPath ( string newPath ) : ParsedUrl
WithPort ( int port = null ) : ParsedUrl
WithQueryParams ( string>.List queryParams ) : ParsedUrl
WithQueryParams ( string queryParams ) : ParsedUrl

비공개 메소드들

메소드 설명
AppendQueryParams ( StringBuilder sb, string>.List queryParams ) : void
ParsedUrl ( string newUrl, short newUserIndex, short newPasswordIndex, short newHostIndex, short newPortIndex, short newPathIndex, short newQueryIndex ) : System

메소드 상세

CombineAsQueryParams() 공개 정적인 메소드

public static CombineAsQueryParams ( string>.List pairs ) : string
pairs string>.List
리턴 string

Equals() 공개 정적인 메소드

public static Equals ( ParsedUrl url1, ToolBelt.ParsedPath url2 ) : bool
url1 ParsedUrl
url2 ToolBelt.ParsedPath
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ParseQueryParams() 공개 정적인 메소드

public static ParseQueryParams ( string s ) : string>>.List
s string
리턴 string>>.List

ParsedUrl() 공개 메소드

public ParsedUrl ( string url ) : System
url string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string s, bool uppercaseHex = true ) : string
s string
uppercaseHex bool
리턴 string

WithPath() 공개 메소드

public WithPath ( string newPath ) : ParsedUrl
newPath string
리턴 ParsedUrl

WithPort() 공개 메소드

public WithPort ( int port = null ) : ParsedUrl
port int
리턴 ParsedUrl

WithQueryParams() 공개 메소드

public WithQueryParams ( string>.List queryParams ) : ParsedUrl
queryParams string>.List
리턴 ParsedUrl

WithQueryParams() 공개 메소드

public WithQueryParams ( string queryParams ) : ParsedUrl
queryParams string
리턴 ParsedUrl

프로퍼티 상세

UnencodedChars 공개적으로 정적으로 프로퍼티

public static string UnencodedChars
리턴 string