Click or drag to resize
URLHelperRemovePortFromURL Method
Removes the port part from the whole URL.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string RemovePortFromURL(
	string url
)

Parameters

url
Type: SystemString
URL

Return Value

Type: String
See Also