PathMatchResult.pathParamsAsMap

Gets the path parameters as a string-to-string mapping.

struct PathMatchResult
const @trusted
immutable(string[string])
pathParamsAsMap
()

Return Value

Type: immutable(string[string])

An associative array containing the path parameters.

Meta