DiscussionMacroResolverIsURL Method |
Returns true if the given string is URL, decodes the string before the validation.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static bool IsURL(
string url
)
Parameters
- url
- Type: SystemString
URL to check
Return Value
Type:
BooleanSee Also