Click or drag to resize
URLHelperRemovePort Method
Removes the port part from the domain name.

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

Parameters

domain
Type: SystemString
Domain name

Return Value

Type: String
See Also