| URLHelperIsAbsoluteUrl Method | 
            Returns true if provided URL is absolute and has http or https scheme. False otherwise.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also