I would like to download the HTML code from a URL and then get the text inside specified tags
(ex: <div class="abc">
). I' ve tried using HtmlAgilityPack but it just won't work. Please help.
↧
Get HTML code and text inside tags
↧