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

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

Syntax

C#
public string GetDomainName(
	Uri requestedUri,
	bool parsePortNumber
)
Visual Basic
Public Function GetDomainName ( 
	requestedUri As Uri,
	parsePortNumber As Boolean
) As String

Parameters

requestedUri
Type: System..::..Uri
paramrequestedUriM:DotNetNuke.Common.Internal.GlobalsImpl.GetDomainName(System.Uri,System.Boolean)
parsePortNumber
Type: System..::..Boolean
paramparsePortNumberM:DotNetNuke.Common.Internal.GlobalsImpl.GetDomainName(System.Uri,System.Boolean)

Return Value

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

Implements

IGlobals..::..GetDomainName(Uri, Boolean)

See Also