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