Click or drag to resize
URLHelperGetFullApplicationUrl Method
Returns current application URL (absolute) with port, without trailing slashes.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string GetFullApplicationUrl(
	string domainName = null
)

Parameters

domainName (Optional)
Type: SystemString
Domain name, if not supplied FullDomain is used instead

Return Value

Type: String
See Also