Currently we set parameters in created component via custom reflection code, which leads to an issue.
When ShellNavigationManager performs navigation and sets arguments to page component, OnParametersSet or OnParametersSetAsync is not invoked.
We don't need use that custom code as there's built-in ParameterView methods.
Currently we set parameters in created component via custom reflection code, which leads to an issue. When ShellNavigationManager performs navigation and sets arguments to page component, OnParametersSet or OnParametersSetAsync is not invoked.
We don't need use that custom code as there's built-in ParameterView methods.