Creating a Web Page Scraper in C#
Introduction:
This tutorial will teach you how to make a web scraper in C#, .NET framework.
Theory:
Here are the steps we will follow;
Get webpage source
Disect source
Output results
Getting the Source:
So first we need to get the web page source. Our target URL is going to be the home page of sourcecodester.com.
- Read more about Creating a Web Page Scraper in C#
- Log in or register to post comments
- 126 views