I’m developing an application in WPF, C# and VS2010 and am not sure how to proceed with this…
I am interested in an algorithm to obtain all the .jpg and .bmp images that are referenced within an html file. How can I extract the body from within an html file?
Thanks
The HTML Agility Pack is a pretty solid library for extracting elements from an HTML document. A simple view is to see it as a wrapper over XPATH with a nice API.