Click or drag to resize
URLHelperGetApplicationUrl Method (String)
Returns the application URL (absolute), without trailing slashes.

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

Parameters

domain
Type: SystemString

Return Value

Type: String
See Also