How to navigate to Page3 when wpf frame shows Page2 for the first time:

How to navigate to Page3 when wpf frame shows Page2 for the first time:
A. Frame1.NavigationService.GoForward()
B. Frame1.NavigationService.Navigate(new Uri("Page2.xaml", UriKind.Relative)
C. Frame1.Navigate(new Page3())
D. Frame1.NavigationService.Navigate("Page3");

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.