Resources  
  • XPath Using HtmlAgilityPack and WebClientJun 25, 2012. In this article we have used HtmlAgilityPack to get multiple nodes using SelectNodesByPattern, which is an extension method.
  • Web Scraping In C# Using ScraperAPIJan 30, 2022. In this article, we will explore how to create real life web scraper using ScraperAPI and HtmlAgilityPack.
  • C# Corner Author Posts Analytics With Angular 8 Jun 15, 2019. In this post, we will see how to fetch the article, blog, and news details for an author from the C# Corner site and show post analytics in an Angular 8 application. We will show a chart (Pie, Doughnut, and Polar area) and other analytics with the author data. We will use HtmlAgilityPack library to scrape the data from C# Corner site and Chart.js library to show the chart in Angular 8 application.
  • Create A Sample C# Corner 👨‍🎓Flair With ASP.NET MVC Dec 27, 2018. We will see how to create a sample C# Corner User Flair in ASP.NET MVC application using HtmlAgilityPack. We will also add a provision to save this flair as an image using a third-party JavaScript library html2canvas.