Converting WPF to Web [closed]

*爱你&永不变心* 提交于 2019-12-05 10:44:09

There are two ways to port WPF to web:

  1. Silverlight (which you said you can't use) and
  2. WPF XAML Browser Applications

Those are the only options I'm aware off.

If you want to convert your WPF app to ASP.NET Web forms or MVC you would have to do it manually.To make it easier you could create shared code which can be used by both WPF and the web application.

If you've followed the MVVM pattern in the WPF project that will make your job a lot easier as you can re-use the view model in MVC (with minor changes)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!