| 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: 10.0.0
 Syntax
Syntaxpublic static bool IsTldDomain(
	string domain
)
Parameters
- domain
- Type: SystemString
 domain without protocol
Return Value
Type: 
Boolean See Also
See Also