Click or drag to resize

UrlUtilityGetHostName Method

Retrieves the host component of a given URL.

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static string GetHostName(
	string url
)

Parameters

url
Type: SystemString
URL to examine.

Return Value

Type: String
Host component of a given URL.
See Also