UriHelper.IsQueryOrFragmentOnly Method
- Namespace
- Kampute.DocToolkit.Support
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the given URI string is a query or fragment-only URI.
public static bool IsQueryOrFragmentOnly(string uriString)Parameters
uriStringstring- The URI string to check.
Returns
Exceptions
- ArgumentNullException
- Thrown when
uriStringisnull.
