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
uriStringstring- The URI string to check.
Returns
Exceptions
- ArgumentNullException
- Thrown when
uriStringisnull.
