Class UriExtensions
Extension methods for
Inheritance
System.Object
UriExtensions
Namespace: DNVGL.One.Compute.Core.Extensions
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class UriExtensions : object
Methods
View SourceAppend(Uri, String)
Appends the specified relative path to the uri.
Declaration
public static Uri Append(this Uri uri, string relativePath)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | uri | The Uri. |
| System.String | relativePath | The relative path. |
Returns
| Type | Description |
|---|---|
| Uri | An appended Uri. |