parseRoute

Parses a special route.

package
static if(isWeb)
parseRoute
(
string route
)

Parameters

route string

The route to parse.

Return Value

Type: RoutePart[]

The parts of the route.

Meta