| 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
)
Public Shared Function GetHostNameComponent (
host As String,
componentIndex As Integer
) As String
Parameters
- host
- Type: SystemString
Hostname to examine. - componentIndex
- Type: SystemInt32
A zero-based index of the host component.
Return Value
Type:
StringHost component.
See Also