Skip to content

URIHelpers.Hostname.Subdomain

Andrew Lambert edited this page Jun 13, 2017 · 2 revisions

URIHelpers.Hostname.Subdomain

Method Signature

 Function SubDomain(Index As Integer) As String
 Sub SubDomain(Index As Integer, Assigns NewSubDomain As String)

Remarks

Gets and sets the subdomain at Index. The first subdomain (AKA TLD, e.g. com, net, org) is at Index=0.

Clone this wiki locally