Navigate from One Page to other Page in Universal Windows Platform Applications (UWP).

Step 1: Create project in Microsoft Visual Studio 2015 and go in MainPage.xaml.

Step 2: Drag and drop a Button in Grid from Toolbox and rename the Button name if you like.



Step 3
: Right click on Your project name and click Add>New Item.





Step 4
: Add Blank Page.



Step 5: Open BlankPage1.xaml.



Step 6: Drag and drop a Button in Grid from Toolbox and rename the Button name if you like.



Step 7: Open MainPage.xaml.cs and write this code in it.


Step 8: Open BlankPage1.xaml.cs and write this code in it.



Step 9: Run your project on Local Machine and it will be the output of your project.