Windows Phone 8 Error with NavigationContext.QueryString.TryGetValue()
问题 I've run into an issue with passing parameters between pages. OnNavigatedTo is definitely being called but the if statement keeps returning false, when it should return true. Can anyone out there shoot me in the right direction? The following is on my main page: NavigationService.Navigate(new Uri("/Class_page.xaml?name=" + classes[0].name + "&code=" + classes[0].code + "&semester=" + classes[0].semester + "&index=" + index, UriKind.Relative)); The following is on my "Class_page": protected