navigate page

3 replies. Last post: September 27, 2012 11:12 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I want to add my own button to navigate backward to previous page. How do I do this using MVVM?

I've seen some code

if (ContentFrame.CanGoBack)
{
    ContentFrame.GoBack();
}

How do I get a handle to the ContentFrame of the parent from the page I moved to.


Can I also ask how to naviage to a new page but open a new instance through code.

I can see you use targeturi= _blank when in  xaml but not sure how to do using MVVM





All times are GMT -5. The time now is 7:06 PM.
Previous Next