标签: c# winforms web-applications asp.net-core
我是一名网络开发人员,并制作了一个.net核心网络应用程序,但我的客户想要像程序一样使用它。我发现windows窗体可以运行一个chrome组件来呈现一个网页。
有一种方法可以在Windows窗体中部署我的Web应用程序项目吗?
答案 0 :(得分:0)
您可以使用CefSharp解决此问题:
https://cefsharp.github.io/ https://github.com/cefsharp/CefSharp.Tutorial https://www.codeproject.com/Tips/1058700/Embedding-Chrome-in-your-Csharp-App-using-CefSharp
https://cefsharp.github.io/
https://github.com/cefsharp/CefSharp.Tutorial
https://www.codeproject.com/Tips/1058700/Embedding-Chrome-in-your-Csharp-App-using-CefSharp
我希望有所帮助!