Show / Hide Table of Contents

Class UriExtensions

Extension methods for Uri.

Inheritance
object
UriExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.Extensions
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class UriExtensions

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.

string relativePath

The relative path.

Returns
Type Description
Uri

An appended Uri.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.