Property | Type | Description | |
---|---|---|---|
Routes | List |
Method | Description | |
---|---|---|
Add ( string path, |
||
Handler ( IContext context, System.Action next ) : void |
public static Add ( string path, |
||
path | string | |
controllerType | ||
methodName | string | |
return | void |
public static Handler ( IContext context, System.Action next ) : void | ||
context | IContext | |
next | System.Action | |
return | void |