addSpecializedRoute

Adds a specialized route.

package
static if(isWeb)
void
addSpecializedRoute

Parameters

routeType SpecializedRouteType

The type of the route.

route string

The route.

value string

The value of the specialized route eg. url, internal-route or port.

Meta