674 Views
When navigating throughout your Prism for Xamarin.Forms applications, it is often required to pass parameters from one View to another. Prism allows you to pass navigation parameters with three simple steps: 1. Create the navigation parameters 2. Get the navigation parameters 3. Read the navigation... Read More
0 comments