Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. produto.SelectSingleNode(".//span[@class='sale price']/strong").InnerText.Trim()
  2.  
  3. HtmlWeb webGet = new HtmlWeb();
  4. HtmlDocument page = webGet.Load("http://busca.submarino.com.br/busca.php?q=eletrodomesticos+e+eletroportateis&page=1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement