Skip to content

Case

PathComponent.catchall

A fallback component that will match one or more dynamic parameter components with discarded values.
case catchall

Discussion

Catch alls have the lowest precedence, and will only be matched if no more specific path components are found.

The matched subpath will be stored into Parameters.catchall.

Represented as **