| UrlUtilsIsValidUrl Method |
Validates if url string is well formated proper url
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static bool IsValidUrl(
string url
)
Parameters
- url
- Type: SystemString
url to check
Return Value
Type:
Booleanbool results of url validity check
See Also