UriHelper Class
Namespace: PTS
Assembly: PTSframework.dll
Syntax
public static class UriHelper
Inheritance
System.Object
UriHelper
Methods
ParentPath(Uri, UInt32)
Declaration
public static string ParentPath(this Uri uri, uint position = 0U)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | |
System.UInt32 | position |
Returns
Type | Description |
---|---|
System.String |
PathToken(Uri, UInt32)
Declaration
public static string PathToken(this Uri uri, uint offset = 0U)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | |
System.UInt32 | offset |
Returns
Type | Description |
---|---|
System.String |
PathTokens(Uri)
Declaration
public static IEnumerable<string> PathTokens(this Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()