Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8977337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:20:51+00:00 2026-06-15T19:20:51+00:00

I want to Navigate to a page in the NavigationStack without re-creating a new

  • 0

I want to Navigate to a page in the NavigationStack without re-creating a new instance or modifying NavigationStack.

Is this possible?

For Example:

NavigationStack: 
    Page1.xaml
    Page2.xaml
    Page3.xaml

Now assume I am on Page1.xaml, and want to navigate to Page3.xaml again.
If i run

NavigationService.Navigate(new Uri("/Page3.xaml", UriKind.Relative));

it creates another Page1 object and navigates to that one, but i want to use the existing page object again.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T19:20:52+00:00Added an answer on June 15, 2026 at 7:20 pm

    Calling NavigationService.Navigate() will create a new instance of the specified page. That’s the way the system works.

    If you want to navigate to a page that exists in the back stack there are two options.

    1. Query the back stack and go back to the page in question. The consequences of this are that you may break the perceived back stack behaviour and the page life-cycle may also have other issues you need to work around. You will also need to communicate between the pages you are navigating to in a way that does not use the query string.

    2. Have pages fully bound to a singleton view model. i.e. Everything on a page is bound to a single instance of a view-model. If you then navigate to a new instance of that page (assuming that navigating doesn’t alter/update the VM) it will have the same data, configuration, etc. as any other instances on the back stack.

    Your application should follow a hub and spoke structure for navigation. Doing either of the above could break the users perception of what is expected. If you do any of the above be sure to test thoroughly with users who are familiar with the platform and understand any consequences of breaking platform conventions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to iPhone Developer. i want to do navigate to new page
I want to make a link from this page navigate to a details page
As you can see, I want to navigate to ScoreInputDialog.xaml page, where the user
I want to conditionally navigate to some page. If some condition is true i
I want to navigate to the particular page in my application and i also
I am new to iPhone developer, On click of button, i want to navigate
I want to navigate to a facebook fan page when I click on a
Possible Duplicate: How to show the Are you sure you want to navigate away
I want to navigate from code to some place with slide:right transition for example.
I'm posting data to a page and after that I want to navigate to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.