Exemple #1
0
 public static string DomainOf(string url)
 {
     return(HostUtils.DomainOf(UrlUtils.HostOf(url)));
 }