Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同じビュー (アクティブなビューと同じ) に移動しようとしていますが、新しいパラメーターを使用しています。問題は、RegionManager から現在アクティブなビューの名前を取得するクリーンな方法を見つけるのに苦労していることです
このメソッドが Prism 4 で実装されているかどうかはわかりません。しかし、Prism 6 では、NavigationService Journal.
NavigationService
Journal
例えば:
string name = RegionManager.Regions["MainRegion"].NavigationService.Journal.CurrentEntry.Uri;