ASP.NET-MVC2 Preview 1: Are There Any Breaking Changes?

后端 未结 4 473
长情又很酷
长情又很酷 2020-12-12 07:23
  1. I was following Steven Sanderson\'s \'Pro ASP.NET MVC Framework\' book.
  2. On page 132, in accordance with the author\'s recommendation, I downloaded the ASP.NET
4条回答
  •  时光说笑
    2020-12-12 08:05

    From ScottGu's blog (unanswered as of this moment):

    Tuesday, August 18, 2009 1:36 PM by Patrick Cooper Scott,

    Love the direction of MVC. One question, in MVC 2, you've changed the signature for GetControllerInstance from just System.Type to System.Web.Routing.RequestContext and System.Type. Is intentional and permanent? It's causing problems with Castle that I'm not sure yet how to handle.

    Thanks!

    Patrick

提交回复
热议问题