示例#1
0
 private static bool IsSiteOfThisDomain(string url, ISite site)
 {
     return(site.GetKnownDomens().Any(url.StartsWith));
 }