DocuType::validateURL Method
Determines whether a URL is valid.
Syntax
client server public static boolean validateURL(URL _url)
Run On
Called
Parameters
- _url
Type: URL Extended Data Type
The URL to validate.
Return Value
Type: boolean
true if the URL is valid; otherwise, false.