Parsing HTML In C# ASP.net
here's my sample HTML...
Solution 1:Using latest HtmlAgilityPack, just using the document structure - this will not be very resilient to changes in the HTML - you should strongly consider adding appropriate ids (if this is your html anyway):
|
Post a Comment for "Parsing HTML In C# ASP.net"