| URLHelperGetFullApplicationUrl Method  | 
            Returns current application URL (absolute) with port, without trailing slashes.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic 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