Skip to content

Instantly share code, notes, and snippets.

@ninnemana
Created December 9, 2011 17:58
Show Gist options
  • Save ninnemana/1452609 to your computer and use it in GitHub Desktop.
Save ninnemana/1452609 to your computer and use it in GitHub Desktop.
Get A CURT Images
var result = XDocument.Load("http://docs.curthitch.biz/API/GetPart?partID=11000").Descendants().Descendants("Images").Where(x => x.Name.Equals("a")).ToList();
result.Dump();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment