ServicePRO SDK Help

clsSharedFunctions..::..IsWebUrl Method

Determines if the specified url is a web based url

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public static bool IsWebUrl(
	string url
)
Public Shared Function IsWebUrl ( _
	url As String _
) As Boolean

Parameters

url
Type: String
Url to be checked

Return Value

True, if it is web based else false