HTMLIsLink Method

Check if URL exists.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsLink(
	string link
)

Parameters

link  String
The string to evaluate.

Return Value

Boolean
if URL exists; otherwise, .

See Also