I'm still new with the Windows Phone development. So now I'm going to develop the Windwos Phone 8.1. I really no idea what's the problem with the page navigation. I wrote the code like this
private void hbGo_Click(object sender, RoutedEventArgs e)
{
this.Frame.Navigate(typeof(SecondPage));
}
but it shows me the error (This page does not contain a definition for "Frame" and no extension method "Frame" accepting the first arguments)
even i put like the code of bottom also the same...
Frame.Navigate(typeof(SecondPage));
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…