c# - Navigation between Pages -


this method effective windows 8.0 :

navigationservice.navigate(new uri("/samepage.xaml", urikind.relative)); 

is there method same functionality effective 8.1

try this:

frame.navigate(typeof(secondpage), param); 

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -