ASP.NET MVC——Action的执行

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

 

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


posted @ 2013-04-03 11:05  坚固66  阅读(132)  评论(0编辑  收藏  举报