Hi, i'm a bit of a newbie to HTML Agility Pack and I'm developing on a windows 8 machine using Visual Studio 2012 express.
I have a URL and I need to convert this HTML source code into a useable C# object. This object must be created at run time as the URL can change, is this an easy thing to do using this library? How can I go about it?
I've had a search round the internet to no prevail - it seems that the WebClient class does not exist within the new express addition. Is this right?