ParamMap
interface
A map that provides access to the required and optional parameters
specific to a route.
The map supports retrieving a single value with get()
or multiple values with getAll().
API
interface ParamMap {}
Jump to details
A map that provides access to the required and optional parameters
specific to a route.
The map supports retrieving a single value with get()
or multiple values with getAll().
interface ParamMap {}