URLHelperGetFullApplicationUrl Method |
Returns current application absolute URL.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
StringExceptions Exception | Condition |
---|
ArgumentException | domainName has an invalid format. |
See Also