- allRoutes
RouteItem[][RouteGroup] allRoutes()
Undocumented in source. Be warned that the author may not have intended to support it.
- basePath
string basePath()
Undocumented in source. Be warned that the author may not have intended to support it.
- basePath
RouteConfigManager basePath(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- createUrl
string createUrl(string actionId, string[string] params, string groupName)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
RouteItem get(string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
RouteItem get(string group, string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRoute
ActionRouteItem getRoute(string group, string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRoute
ActionRouteItem getRoute(string groupName, string method, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- group
RouteGroup group(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- withMiddleware
void withMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
- withMiddleware
void withMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- withoutMiddleware
void withoutMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
- withoutMiddleware
void withoutMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.