ValidationHelperIsURL Method |
Returns true if the given URL is valid.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public static bool IsURL(
Object value
)
Parameters
- value
- Type: SystemObject
URL to check
Return Value
Type:
BooleanSee Also