mardi 12 avril 2016

What library do I need to use for HtmlWeb?

This is my code:

HtmlWeb web = new HtmlWeb();
string CampUrl = "http://ift.tt/nu5ys1";
var campaign = web.Load(CampUrl);
var html = campaign.DocumentNode.InnerHtml;

The problem is in this line:

HtmlWeb web = new HtmlWeb();




Aucun commentaire:

Enregistrer un commentaire