Click or drag to resize
DiscussionMacroResolverIsURL Method
Returns true if the given string is URL, decodes the string before the validation.

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

Parameters

url
Type: SystemString
URL to check

Return Value

Type: Boolean
See Also