| URLHelperGetDomainName Method  | 
            Returns name (e.g. localhost) without port, www. prefix and application path.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static string GetDomainName(
	string domain
)
Parameters
- domain
 - Type: SystemString
Domain. 
Return Value
Type: 
String
See Also