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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -