ASP.NET MVC——Action的执行

来源:互联网 发布:卖家申请淘宝介入举证 编辑:程序博客网 时间:2024/05/09 11:12

Action的执行是根据在路由过程中得到的Action的名称执行响应的Controller中的方法,相关类如图:

IActionInvoker接口用于执行指定名称的Action方法;IModelBinder接口根据ControllerContextModel名称和类型得到一个作为参数的对象。


原创粉丝点击