Skip to content

Instantly share code, notes, and snippets.

@eternaltung
Created April 16, 2013 14:06
Show Gist options
  • Save eternaltung/5396171 to your computer and use it in GitHub Desktop.
Save eternaltung/5396171 to your computer and use it in GitHub Desktop.
protected override void OnNavigatedTo(NavigationEventArgs e)
{
if (NavigationContext.QueryString.ContainsKey("id"))
{
testText.Text = NavigationContext.QueryString["id"];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment