Beispiel #1
0
        public ActionResult Scrape()
        {
            var timeToScrape = new Scraper();

            timeToScrape.GoScrape();
            return(RedirectToAction("About"));
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            var hello = new Scraper();

            hello.GoScrape();
        }