I want to parse a webpage based on the class.Here's the div:
Value:
100.00
Special Request
What I want is to get the following text on the console:
Value: 100.00 Special Request.
I tried to use HtmlAgilityPack but i couldn't make it work.
Can you give me some help please?
Thank you in advance.
VulpesPosted Oct 12, 2012, 7:13 AM
DealyPosted Oct 14, 2012, 8:22 AM
DealyPosted Oct 12, 2012, 6:37 AM
I need to know that 100.00 came out of div class=amount and so on.
Thank you for trying though:)
VulpesPosted Oct 12, 2012, 5:13 AM
Here's how you could do it in this particular case using LINQ to XML:
The output should be:
Value: 100.00 Special Request