Click or drag to resize
URLHelperGetAbsoluteUrlWithPort Method

Note: This API is now obsolete.

Returns the absolute URL (including port) representation for the given relative URL, uses current domain and application path.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use GetAbsoluteUrl(relativeUrl) instead.")]
public static string GetAbsoluteUrlWithPort(
	string relativeUrl
)

Parameters

relativeUrl
Type: SystemString
Relative URL to translate

Return Value

Type: String
See Also