Click or drag to resize
URLHelperIsAbsoluteUrl Method
Returns true if provided URL is absolute and has http or https scheme. False otherwise.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static bool IsAbsoluteUrl(
	string url,
	out Uri uri
)

Parameters

url
Type: SystemString
URL to check.
uri
Type: SystemUri
When this method returns, contains the constructed System.Uri.

Return Value

Type: Boolean
See Also