Click or drag to resize

UrlUtilityGetHostNameComponent Method

Retrieves specified host components from the given host.

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static string GetHostNameComponent(
	string host,
	int componentIndex
)

Parameters

host
Type: SystemString
Hostname to examine.
componentIndex
Type: SystemInt32
A zero-based index of the host component.

Return Value

Type: String
Host component.
See Also