捕獲和轉換Web的工具

有沒有辦法在 ASP.NET Windows 應用程序而不是 Web 應用程序中使用 GrabzIt?

是的,您可以使用 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);