| URLHelperIsTldDomain Method  | 
            Returns true if domain is IP address or top level domain e.g localhost
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static bool IsTldDomain(
	string domain
)
Parameters
- domain
 - Type: SystemString
domain without protocol 
Return Value
Type: 
Boolean
See Also