Method | Description | |
---|---|---|
All ( AppFunc>.Func |
||
All ( string route, AppFunc>.Func |
||
Delete ( string route, AppFunc>.Func |
||
Get ( string route, AppFunc>.Func |
||
Head ( string route, AppFunc>.Func |
||
Middleware ( ) : AppFunc>.Func |
||
Options ( string route, AppFunc>.Func |
||
Patch ( string route, AppFunc>.Func |
||
Post ( string route, AppFunc>.Func |
||
Put ( string route, AppFunc>.Func |
||
RegexRouter ( AppFunc>.ICollection |
Method | Description | |
---|---|---|
CreateRegex ( string route ) : |
||
Method ( string methodName, string route, AppFunc>.Func |
public All ( AppFunc>.Func |
||
callback | AppFunc>.Func | |
return |
public All ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public Delete ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public Get ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public Head ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public Options ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public Patch ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public Post ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public Put ( string route, AppFunc>.Func |
||
route | string | |
callback | AppFunc>.Func | |
return |
public RegexRouter ( AppFunc>.ICollection |
||
app | AppFunc>.ICollection | |
ignoreCase | bool | |
config | Action |
|
return | System |