UWP 中的区域和区域管理器概念

Region and Region Manager concept in UWP

对于 UWP 开发,Prism 6 提供了两个程序集 Prism.Unity.Windows.dll 和 Prism.Windows.dll 但它们不支持 WPF 版 Prism 中的区域和区域管理器概念。 作为 UWP 应用程序设计的一部分,我们应该识别页面和 navigation/updating 个页面之间的逻辑。我们需要为页面基础 class 创建 SessionStateAwarePage 并使用 INavigationService 进行页面之间的导航。 Prism 团队会支持 UWP 中的 Region 和 RegionManager 概念吗??还是我们应该接受 UWP 中的页面和页面导航概念??

已经讨论过here

简答:

It is on our roadmap to integrate modularity and regions into the UWP platform version of Prism.