`
ladymaidu
  • 浏览: 680073 次
文章分类
社区版块
存档分类
最新评论

asp.net mvc getting started with this framework

 
阅读更多

1。asp.net mvc URL routing

  • IIS determines the request should be handled by ASP.NET
  • The MvcHandler uses IControllerFactory to obtain an instance of IController using the "controller" route data from the route {controller}/{action}/{id}.

  • The HomeController is found, and its Execute method is invoked
  • The HomeController invokes the Index action
  • The Index action adds some objects to the ViewData dictionary

  • ASP.NET renders the response to the browser.

2.Controller两种形式

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics