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