Method | Description | |
---|---|---|
AddRouteAndResponse ( string method, string route, Func |
||
Delete ( string route, Func |
||
Get ( string route, Func |
||
Handler ( ) : System | ||
Post ( string route, Func |
||
Put ( string route, Func |
||
Routes ( ) : void |
public AddRouteAndResponse ( string method, string route, Func |
||
method | string | |
route | string | |
response | Func |
|
return | void |
public Delete ( string route, Func |
||
route | string | |
response | Func |
|
return | void |
public Get ( string route, Func |
||
route | string | |
response | Func |
|
return | void |
public Post ( string route, Func |
||
route | string | |
response | Func |
|
return | void |
public Put ( string route, Func |
||
route | string | |
response | Func |
|
return | void |