Prism 6 UriQuery class missing?

677 Views Asked by At

Does anyone know what happened to the UriQuery class in Prism 6? just following a tutorial and it says it was under Microsoft.Practices.Prism but as the namespaces have all changed I can't find it.

1

There are 1 best solutions below

2
On BEST ANSWER

The class UriQuery was renamed to NavigationParameters. You can find it in the namespace Prism.Regions (Assembly Prism.Wpf). This was changed in Version 5.0

The UriQuery class was renamed to NavigationParameters, it keeps the same functionality as before, and adds support for passing object parameters.