Show / Hide Table of Contents

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 Source

Append(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

  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.