K
K
Kirill Frolov2015-03-08 19:24:20
Windows phone
Kirill Frolov, 2015-03-08 19:24:20

How to organize navigation between WinPhone pages using MVVM pattern?

For example, there are 2 views:
PersonListView and PersonView It is
necessary when selecting a position in the PersonList list and calling the command to go to the Person page.
How to organize it correctly when using the MVVM pattern.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Zolotov, 2015-03-09
@f_kirill

See how it's done right

O
one pavel, 2015-03-08
@onepavel

So, after all, there is an official mechanism for this =)
NavigationService.Navigate(new Uri("/SecondPage.xaml", UriKind.Relative));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question