Click or drag to resize
URLHelperGetFullApplicationUrl Method
Returns current application absolute URL.

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

Parameters

domainName (Optional)
Type: SystemString
Domain name (the value can possibly contain protocol, port and application path), if not supplied FullDomain is used instead.

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptiondomainName has an invalid format.
See Also