URLHelperGetFullApplicationUrl Method |
Returns current application URL (absolute) with port, without trailing slashes.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetFullApplicationUrl(
string domainName = null
)
Parameters
- domainName (Optional)
- Type: SystemString
Domain name, if not supplied FullDomain is used instead
Return Value
Type:
StringSee Also