将旧版 UI 与 PRISM 集成

发布于 2024-09-14 11:14:27 字数 226 浏览 3 评论 0原文

我们目前正在使用 PRISM 4.0 for Sliverlight 4.0 开发基于 Sliverlight 4.0 的 Web 应用程序。该 Web UI 是一个复合应用程序,由第三方开发的旧版 UI 和内部开发的 UI 组成。

有人可以建议如何将旧版 UI 集成到 Shell 中吗?文档说这是可能的,但没有提及如何做到这一点。

如有任何帮助,

谢谢

TheITGuy

We are currently developing Sliverlight 4.0 based web application using PRISM 4.0 for Sliverlight 4.0. This web UI is a composite application consists of Legacy UI developed by some 3rd party and in-house developed UI.

Can someone suggest how to integrate the Legacy UI in to the Shell? Docuemntation says its possible but doesn't mention about how to do it.

Any Help is appriciated

Thanks

TheITGuy

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

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

发布评论

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

评论(1

春花秋月 2024-09-21 11:14:27

嗯,

我现在用的是 PRISM 方式。按照我为解决这个问题所采取的步骤。

1 - 按照文档中的指定创建 WPF shell 应用程序

2 - 将 ContentControl 添加到 shee.xaml

2 - 按照文档中的指定创建新模块

4 - 添加 Web 浏览器控件并根据业务逻辑设置链接

5 - 加载模块在文档中指定的 shell 中。

6 - 通过在 netwrok 文件夹上发布 Shell 应用程序来使用 ClickOnce 部署来部署 WPF 应用程序

我不知道这是否是集成旧版 WEB UI 的正确方法,但它正在工作。

任何想法或建议都是受欢迎的。

谢谢普拉泰克

Well,

I did it for now in very PRISM way. Following steps that I took to slove this proble.

1 - Create a WPF shell appliction as specifed in documentation

2 - Add ContentControl to the shee.xaml

2 - Create a new Module as specified in the documentation

4 - Add web browser control and set the link based on business logic

5 - Load the module in the shell as specified in documentation.

6 - Deploy WPF application with ClickOnce deployment by publishing Shell application on the netwrok folder

I don't know if this is the right way to integrate Legacy WEB UI but it is working.

Any idea or suggestion is wellcome.

Thanks

Prateek

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