Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. WebClient Web = new WebClient();
  2. String Data = Web.DownloadString("Address");
  3.  
  4. XDocument xdoc = XDocument.Pase(Data);
  5.  
  6. www.somepage.com/Name=YourItem?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement