pub const URL__PATH__PARAMS__KEY: &str = "url.path.params.<key>";๐Deprecated:
Use URL__PATH__PARAMETER__KEY (url.path.parameter.<key>) instead.
Expand description
Decoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.
- Scrubbing: Auto
- Rewriting behavior: Backfill
ยงAliases
URL__PATH__PARAMETER__KEY(url.path.parameter.<key>)PARAMS__KEY(params.<key>)