Backward navigation and query parameters #11412
Answered
by
LukasKuchta
LukasKuchta
asked this question in
Q&A
-
Hi, i have a question for more details: https://stackoverflow.com/questions/74460259/maui-shell-navigation-nav-stack-replace-and-query-parameters-for-each-item-of is there a solution to create new nav stack with appropriate data for each page ? Thanks L. |
Beta Was this translation helpful? Give feedback.
Answered by
LukasKuchta
Nov 23, 2022
Replies: 1 comment
-
This is what i need. Pass data when go back.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LukasKuchta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is what i need. Pass data when go back.
await Shell.Current.GoToAsync($"..?parameterToPassBack={parameterValueToPassBack}");