Class UriExtensions
Extension methods for Uri.
Inherited Members
Namespace: DNVGL.One.Compute.Core.Extensions
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class UriExtensions
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. |
| string | relativePath | The relative path. |
Returns
| Type | Description |
|---|---|
| Uri | An appended Uri. |