Click or drag to resize
ValidationHelperIsURL Method
Returns true if the given URL is valid.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsURL(
	Object value
)

Parameters

value
Type: SystemObject
URL to check

Return Value

Type: Boolean
See Also