在asp.net中集成Xaml的快速方法?

发布于 2024-12-08 10:54:33 字数 273 浏览 0 评论 0原文

我有一个 WPF/C# 应用程序。 它包含一些 .XAML 页面。

我想将此应用程序集成到我的 ASP.NET/C# Web 应用程序中。

我希望应用程序显示在 asp.net 页面中。

最好的方法是什么?

我听说我可以使用Silverlight。 我以前从未使用过 silverlight。我可以在不了解 silverlight 的情况下执行此操作吗?或者我应该在执行此操作之前了解 silverlight 的知识吗?

非常感谢任何帮助。 非常感谢

I have a WPF/C# application.
It contains some .XAML pages.

i would like to integrate this application into my ASP.NET/C# web application.

I want the application to show in an asp.net page.

What is the best way to do this?

I heard that I can use Silverlight.
I never worked with silverlight before. Can I do it without knowing silverlight or should I have a knowledge in silverlight before doing it?

Any help is greatly appreciated.
Thank you very much

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不寐倦长更 2024-12-15 10:54:33

您可以将 WPF 应用程序部署为 XBAP 或将其迁移到 < a href="http://www.microsoft.com/silverlight/resources/" rel="nofollow">Silverlight。我推荐后者,因为您将获得更好的浏览器/操作系统支持。

只需创建一个新的 Silverlight 项目并将 xaml 文件复制到其中即可。也许,一切都会兼容,因为这两个框架有很多共同点。 Silverlight 由于是一个 Web 框架而受到更多限制,但它还具有 WPF 所没有的其他功能。如果您发现不兼容的内容,只需在此处搜索替代方案。

You can either deploy your WPF application as an XBAP or migrate it to Silverlight. I'd recommend the latter because you'll get better browser/os support.

Just create a new Silverlight project and copy your xaml files into it. Probably, everything will be compatible since both frameworks have a lot in common. Silverlight is a bit more restrictive since it's a web framework, but it also has other features that WPF doesn't. If you find something that's not compatible, just search for an alternative here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文