Skip to main content

URL__PATH__PARAMS__KEY

Constant URL__PATH__PARAMS__KEY 

Source
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