I have a second .xaml page set up under the name Page2.xaml
and I want to make it so that when my button is clicked, the user is taken to <
Use any container and bind the content to any property in your viewmodel or codebehind. After that you just have to update the property by setting a new page and call the PropertyChanged-event (see INotifyPropertyChanged interface). This will update the content of your container and you can display anything you want.