예, 당신은 사용할 수 있습니다 SaveTo 의 방법 ASP.NET 라이브러리. 이렇게 하려면 다음과 같이 하면 됩니다.
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);