Adds the port.

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

Syntax

C#
public static string AddPort(
	string httpAlias,
	string originalUrl
)
Visual Basic
Public Shared Function AddPort ( 
	httpAlias As String,
	originalUrl As String
) As String

Parameters

httpAlias
Type: System..::..String
The HTTP alias.
originalUrl
Type: System..::..String
The original URL.

Return Value

url with port if the post number is not 80

See Also