Introduction
A soon as application have several pages/screens, a way of navigating among them is needed. With UWP applications, the navigation is handled by the [Frame][1] control. It displays [Page][2] instances, support the navigation to new pages and keep an history both for backward and forward navigation [1]: https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.frame.aspx [2]: https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.page.aspx