Click or drag to resize
URLHelperIsTldDomain Method
Returns true if domain is IP address or top level domain e.g localhost

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsTldDomain(
	string domain
)

Parameters

domain
Type: SystemString
domain without protocol

Return Value

Type: Boolean
See Also