Controller

Attribute for controllers to be used with classes that contain routes.

Constructors

this
this(string[] path)
Undocumented in source.

Members

Variables

path
string[] path;
Undocumented in source.

Examples

@Controller
@Controller("path")
@Controller("more", "complex", "path")

Meta