public List <string> TestRobotDisAllowed(string url) { getRobot test = new getRobot(url); List <string> disAllowed = test.GetDisAllowed().ToList(); return(disAllowed); }
public List <string> TestRobotSiteMap(string url) { getRobot test = new getRobot(url); return(test.GetSiteMap().ToList()); }
public List<string> TestRobotSiteMap(string url) { getRobot test = new getRobot(url); return test.GetSiteMap().ToList(); }
public List<string> TestRobotDisAllowed(string url) { getRobot test = new getRobot(url); List<string> disAllowed = test.GetDisAllowed().ToList(); return disAllowed; }