public ActionResult Scrape() { var timeToScrape = new Scraper(); timeToScrape.GoScrape(); return(RedirectToAction("About")); }
static void Main(string[] args) { var hello = new Scraper(); hello.GoScrape(); }