হ্যাঁ আপনি ব্যবহার করতে পারেন 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);