Method | Description | |
---|---|---|
GetPartial ( int i ) : string | ||
GetRemainder ( int i ) : string | ||
GetSegments ( ) : string[] | ||
JoinSegments ( int i, int j ) : string | ||
MakeRelative ( Url url ) : string | ||
Move ( Url oldBase, Url newBase ) : Url | ||
Unescape ( string escaped, bool isFile ) : string | ||
Url ( Url baseUrl, string relpath ) : System | ||
Url ( string path ) : System |
Method | Description | |
---|---|---|
CheckIsFile ( ) : void | ||
EscapedAscii ( char digit, char next ) : char | ||
Init ( string path ) : void |
public JoinSegments ( int i, int j ) : string | ||
i | int | |
j | int | |
return | string |
public Move ( Url oldBase, Url newBase ) : Url | ||
oldBase | Url | |
newBase | Url | |
return | Url |
public static Unescape ( string escaped, bool isFile ) : string | ||
escaped | string | |
isFile | bool | |
return | string |
public Url ( Url baseUrl, string relpath ) : System | ||
baseUrl | Url | |
relpath | string | |
return | System |