Show / Hide Table of Contents

Class UriHelper

Provides a set of convenience helpers to deal with URIs.

Inheritance
System.Object
UriHelper
Namespace: Reaqtor
Assembly: Reaqtor.Shared.Core.dll
Syntax
public static class UriHelper : Object

Methods

ToCanonicalString(Uri)

Returns the canonical string representation of the specified URI.

Declaration
public static string ToCanonicalString(this Uri uri)
Parameters
Type Name Description
System.Uri uri

URI to get a canonical string representation for.

Returns
Type Description
System.String

Canonical string representation of the given URI.

In This Article
Back to top Generated by DocFX