Hi there,
I'm writing a c# program to extract content of webpage and save extracted content to a collection. I looked for documentation but I wasn't successful finding the right method to do so. I'm wondering whether what I'm intending to do can be achieved using HtmlAgilityPack? Can anyone help? It would be really helpful if you guys can post what to use and how to use it....
I want to look for each src="........." and the get the argument from between the quotation marks....
Thanks for helping out.