Gets the name of the domain.

Namespace: DotNetNuke.Common.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
string GetDomainName(
	Uri requestedUri
)
Visual Basic
Function GetDomainName ( 
	requestedUri As Uri
) As String

Parameters

requestedUri
Type: System..::..Uri
The requested Uri

Return Value

domain name

See Also