HtmlDocumentParserIsUrl Method

Alterian Email Manager 6.2.3 SDK Help File
Checks if provided text is a url

Namespace:  DMLibrary.Parser
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static bool IsUrl(
	string urlString
)

Parameters

urlString
Type: SystemString
Text

Return Value

Type: Boolean
flag to indicate if it is a url or not
See Also