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