C-DEngine 5.105

TheCommonUtils..::..DoesContainLocalhost Method (String)

Determines whether any of the URLs in the provided input string are a reference to the current host. Note that this function always ignores the hard-coded value of "LOCALHOST".

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool DoesContainLocalhost(
	string url
)
Public Shared Function DoesContainLocalhost ( _
	url As String _
) As Boolean
public:
static bool^ DoesContainLocalhost(
	String^ url
)

Parameters

url
Type: String
A string containing one or more URLs separated by semi-colons.

Return Value

'True' when a URL for the current host is present, otherwise 'False'.