UriHelper.IsAbsoluteOrRooted Method

Namespace
Kampute.DocToolkit.Support
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the given URI string is absolute or rooted.
public static bool IsAbsoluteOrRooted(string uriString)

Parameters

uriString string
The URI string to check.

Returns

bool
true if the URI string is absolute or rooted; otherwise, false.

Exceptions

ArgumentNullException
Thrown when uriString is null.