Method | Description | |
---|---|---|
ControllerHandler ( IController controller, IModelBinder modelBinder, IView view ) : System | ||
Handle ( IHttpContext context, Func |
Method | Description | |
---|---|---|
CallMethod ( IHttpContext context, IController controller ) : Task |
||
CreateControllerFunction ( ControllerMethod controllerMethod ) : ControllerFunction | ||
GenerateRouteFunction ( |
||
GetController ( IEnumerable |
||
LoadRoutes ( |
||
MethodNotFoundControllerFunction ( IHttpContext context, IModelBinder binder, object controller ) : Task |
public ControllerHandler ( IController controller, IModelBinder modelBinder, IView view ) : System | ||
controller | IController | |
modelBinder | IModelBinder | |
view | IView | |
return | System |
public Handle ( IHttpContext context, Func |
||
context | IHttpContext | |
next | Func |
|
return | System.Threading.Tasks.Task |