C# Parsing HTML with HtmlAgilityPack
July 13th, 2009
11 comments
Let’s say you have to parse some HTML, find all images or some other DOM elements make some changes/optimizations and save the result. What can you do ?
Well, i needed something like that a few days ago and after Googling for couple of hours I ran across this this great library called HtmlAgilityPack.
Categories: ASP.NET, C#, HTML, Programming

Recent Comments