Class UriExtensions
Static class containing extension methods for Uri objects.
Namespace: Tableau.Migration.Net.Simulation
Assembly: Tableau.Migration.dll
Syntax
public static class UriExtensions
Methods
TrimmedPath(Uri)
Returns the absolute path of the URI, trimmed of any final path separator.
Declaration
public static string TrimmedPath(this Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The URI to get the trimmed path for. |
Returns
Type | Description |
---|---|
string | The trimmed path. |