API Reference
Class
DomainHelper
Provides domain helper functionality.
Inheritance
- Object
- DomainHelper
Methods
public static Boolean IsDomainOrSubdomainOf(String host, String domain) #Returns:
BooleanExecutes the is domain or subdomain of operation.
Parameters
- host System.String
- domain System.String
public static Boolean IsValidTld(String tld) #Returns:
BooleanExecutes the is valid tld operation.
Parameters
- tld System.String
public static String ValidateIdn(String domain) #Returns:
StringValidates idn.
Parameters
- domain System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object