How to change MainPage in Prism Navigation at run time #2970
Unanswered
sunilsolanki-alight
asked this question in
.NET MAUI
Replies: 1 comment 3 replies
-
Use an Absolute URI. This will reset the MainPage of the Window (formerly in Xamarin.Forms the Application.MainPage) navigation.NavigateAsync("/AnotherPage"); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to change MainPage in Prism Navigation at run time, Also is there any alternate to get the navigationService.GetNavigationUriPath(); ?
Beta Was this translation helpful? Give feedback.
All reactions