mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
18 lines
757 B
Plaintext
18 lines
757 B
Plaintext
---
|
|
title: Navigation with URL encoded Parameters
|
|
hide_title: true
|
|
---
|
|
import ImportButton from '/src/components/importbutton'
|
|
|
|
# Navigation with URL encoded parameters example
|
|
|
|
This example demonstrated how to use **Multiple levels of navigation stacks** and how to **Encode Parameters in the URL** to pass values between pages. Follow the [Navigation Guides](/docs/guides/navigation/basic-navigation) to learn how the example was built.
|
|
|
|
<div className="ndl-image-with-background m">
|
|
|
|

|
|
|
|
<ImportButton zip="/library/examples/navigation-url-encoding/param-encoding-url.zip" name="Navigation Example" thumb="/library/examples/navigation-url-encoding/show-products-page-4.png"/>
|
|
|
|
</div>
|