C# 클래스 NodeNetAsync.Utils.Url

파일 보기 프로젝트 열기: soywiz/NodeNetAsync

공개 메소드들

메소드 설명
Merge ( string Base, string Relative ) : string

Normalize ( string Url ) : string

RemoveDotSegments ( string Url ) : string

보호된 메소드들

메소드 설명
_Normalize ( string Url ) : string

비공개 메소드들

메소드 설명
ExpandDirectoriesInternal ( string Url ) : string

메소드 상세

Merge() 정적인 공개 메소드

static public Merge ( string Base, string Relative ) : string
Base string
Relative string
리턴 string

Normalize() 정적인 공개 메소드

static public Normalize ( string Url ) : string
Url string
리턴 string

RemoveDotSegments() 정적인 공개 메소드

static public RemoveDotSegments ( string Url ) : string
Url string
리턴 string

_Normalize() 정적인 보호된 메소드

static protected _Normalize ( string Url ) : string
Url string
리턴 string