ActionRouteItem

Members

Functions

actionId
string actionId()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

action
string action;
Undocumented in source.
controller
string controller;
Undocumented in source.
moduleName
string moduleName;
Undocumented in source.

Inherited Members

From RouteItem

methods
string[] methods;
Undocumented in source.
path
string path;
Undocumented in source.
urlTemplate
string urlTemplate;
Undocumented in source.
pattern
string pattern;
Undocumented in source.
paramKeys
string[int] paramKeys;
Undocumented in source.
isRegex
bool isRegex;
Undocumented in source.
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.
allowedMiddlewares
TypeInfo_Class[] allowedMiddlewares()
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.
skippedMiddlewares
TypeInfo_Class[] skippedMiddlewares()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta