addViewRoute

Adds a route to a view.

static if(isWeb)
static if(isWebServer)
void
addViewRoute
(
string route
,
string viewName
)

Parameters

route string

The route.

viewName string

The view name.

Meta