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

            timeToScrape.GoScrape();
            return(RedirectToAction("About"));
        }
예제 #2
0
파일: Scraper.cs 프로젝트: floresca/scraper
        static void Main(string[] args)
        {
            var hello = new Scraper();

            hello.GoScrape();
        }