DEV Community

Play Button Pause Button
Technology Crowds
Technology Crowds

Posted on

How to parse HTML table using HTML Agility Pack C# |

In this video demonstrated, how to parse HTML table using HTML Agility Pack. This tool is quite helpful to extract data from web and data scraping, data mining etc. Here is also used LINQ to extract data from HTML table as below:

1) Declare htmlweb and load html document using html agility-pack
2) Extracting HTML table from Web Page.
3) Finally show output

Top comments (0)