In WPF application, you can navigate from one page to another page; such a navigation system is known as Page Based Navigation. Page based applications are developed using the Page class and it can be done through the XAML and code behind file.Page ClassPage class generally contains various properties; you can use those properties to implement your page based navigation.