HTMLIsLink Method
Check if URL exists.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsLink(
string link
)
Public Shared Function IsLink (
link As String
) As Boolean
- link String
- The string to evaluate.
Boolean if URL exists; otherwise,
.