Action的执行是根据在路由过程中得到的Action的名称执行响应的Controller中的方法,相关类如图:
IActionInvoker接口用于执行指定名称的Action方法;IModelBinder接口根据ControllerContext和Model名称和类型得到一个作为参数的对象。
Action的执行是根据在路由过程中得到的Action的名称执行响应的Controller中的方法,相关类如图:
IActionInvoker接口用于执行指定名称的Action方法;IModelBinder接口根据ControllerContext和Model名称和类型得到一个作为参数的对象。