user1151471
user1151471

Reputation: 33

Get data from html <Div> to wp7

Is it possible to go to a webpage and get the text in a div tag to a .cs file in my wp7 project?

I found this post Read specific div from HttpResponse and this works for a regular Windows Forms Project but not Windows Phone, anyone know how to do this in a wp7 project?

Upvotes: 0

Views: 562

Answers (1)

Claus Jørgensen
Claus Jørgensen

Reputation: 26336

Use HtmlAgilityPack (also found on NuGet)

Upvotes: 1

Related Questions