INavigationAway is in all documentation but completely missing in Prism.Uno #3355
-
|
So how do I even navigate? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I assume you mean As a result we opted to rename this for Region Navigation to Prism/e2e/Uno/ModuleA/ViewModels/ViewModelBase.cs Lines 27 to 43 in aa53f90 |
Beta Was this translation helpful? Give feedback.
-
|
Yes I meant that (long night, sorry for the typo). Thanks for the fast answer. |
Beta Was this translation helpful? Give feedback.
I assume you mean
INavigationAware. As part of the unification of APIs in Prism 9.0 we were presented with the challenge that Page based Navigation in Xamarin.Forms/.NET MAUI and Region Navigation which is now supported on ALL platforms both provided anINavigationAwareinterface, each with slightly different method signatures.As a result we opted to rename this for Region Navigation to
IRegionAware. While we do have a compatibility marker interface for WPF to provide backwards compatibility, we didn't feel this was necessary for Uno.WinUI apps.Prism/e2e/Uno/ModuleA/ViewModels/ViewModelBase.cs
Lines 27 to 43 in aa53f90