View.actionParams

Gets a route that fits an action and parameters for the current route.

class View
final
static if(isWebServer)
string
actionParams
(
string actionName
,
string[] params
)

Parameters

actionName string

The name of the action to get.

params string[]

The data parameters to give the route.

Return Value

Type: string

A new constructed route with the given action name and parameters.

Meta