且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将WPF应用程序转换为Web应用程序的快捷方法

更新时间:2022-12-22 10:52:49

我相信你所引用的是XBAP应用程序。我鼓励你谷歌关于XBAP,看看它是否适合你想要完成的任务。



WPF XAML浏览器应用程序概述 [ ^ ]



将wpf转为网络应用程序 - Google搜索 [ ^ ]
I believe what you are referencing are XBAP applications. I encourage you to google about XBAP and see if it is right for what you want to accomplish.

WPF XAML Browser Applications Overview[^]

turn wpf to web application - Google Search[^]


您使用的是Model-View-ViewModel(MVVM)吗?在Web应用程序中使用MVVM而不是MVC(模型 - 视图 - 控制器)有一些可能性。我从来没有使用它们,所以我无法通过经验来判断。看,例如对于knockout.js。
Did you use the Model-View-ViewModel (MVVM)? There are some possibilities to use MVVM instead of MVC (Model-View-Controller) with Web Applications. I've never used them, so I cannot tell by experience. Look e.g. for knockout.js.