Ja, u kunt de SaveTo methode in de ASP.NET-bibliotheek. Om dit te doen, doe je gewoon iets als:
string filepath = 'images/result.jpg';
GrabzItClient grabzIt = new GrabzItClient("Sign in to view your Application Key", "Sign in to view your Application Secret");
grabzIt.URLToImage('http://www.spacex.com');
grabzIt.SaveTo(filepath);