DocumentUrlContext.IsSiteRelativeUrl Method

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified URL string is a site-relative URL.
protected static bool IsSiteRelativeUrl(string urlString)

Parameters

urlString string
The URL string to check.

Returns

bool
true if the URL is site-relative; otherwise, false.