Skip to content

How to convert "../NewPage" route to nalu navigation? #54

Answered by albyrock87
CodingOctocat asked this question in Q&A
Discussion options

You must be logged in to vote

@CodingOctocat if

  • RootPage is your ShellContent
  • you're currently in RootPage -> CreateNewPage -> NewPage
  • your goal is to go into RootPage -> SomeOtherPage

then what you can do is either:

  • Navigation.Relative().Pop().Pop().Push<SomeOtherViewModel>()
  • Navigation.Absolute().ShellContent<RootViewModel>().Push<SomeOtherViewModel>()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CodingOctocat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants