summaryM:DotNetNuke.Common.Internal.GlobalsImpl.GetDomainName(System.Uri)

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

Syntax

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

Parameters

requestedUri
Type: System..::..Uri
paramrequestedUriM:DotNetNuke.Common.Internal.GlobalsImpl.GetDomainName(System.Uri)

Return Value

returnsM:DotNetNuke.Common.Internal.GlobalsImpl.GetDomainName(System.Uri)

Implements

IGlobals..::..GetDomainName(Uri)

See Also