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