The FrameNavigationService allows navigating between Views within a NavigationFrame. This example shows how this service can be used along with the Managed Extensibility Framework (MEF).
In this example, we've defined a custom ViewLocator for the FrameNavigationService. This ViewLocator uses MEF and can load views dynamically from the external libraries. The MainWindow contains a NavigationFrame, which shows a MenuPage view at startup. The MenuPage contains tiles, which invoke a command to navigate to child views when clicked. Each child view contains the Back button for backward navigation.
Question Comments
Added By: RishiSharma at: 5/13/2014 4:47:48 AM
Hi,
This is the great example but.. Can you please send me some sample where same thing can be implemented with UnitFramework..
Regards
Rishi Sharma
As I can see, you have posted the same question in the How to use the FrameNavigationService with the Unityframework ticket. We will answer you there.