多外壳应用程序?
我是棱镜新手。
想象一个场景,您想要开发一个多区域应用程序,但应该有多种类型的屏幕,并且我希望这些区域仅位于一个屏幕中,而例如在主页中,这是应用程序地图(就像在 QuickBooks 中一样,参见下图),不应该有区域,并且整个布局应该不同。 想象一个场景
此外,我希望该应用程序仅适用于注册用户;未注册的用户会自动转发到 LoginView,并且他们不应该看到区域等。
这两方面是如何实现的?
I am new to Prism.
Imagin a scenario where you want to develop a multi-region application, but there should are many types of screens and I want those regions to be in one screen only, whereas, for instance in the HomePage which is the application map (like in QuickBooks, see image bellow), there should be no regions, and the whole layout should be different.
Also I want that the application should be available for registered users only; unregistered users are automatically forwarded to the LoginView, and they're not supposed to see the regions etc.
How are these two aspects achieved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我将使用 基于视图的导航。
I think I am going to implement the entire application using View-Based Navigation.