Click or drag to resize

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
Syntax
C#
public static bool IsValidUrl(
	string url
)

Parameters

url
Type: SystemString
url to check

Return Value

Type: Boolean
bool results of url validity check
See Also