貌似Release的时间稍稍提前了一点~
这次对Controller有所改变,确立了ActionResult类型,类型包括了ViewResult,EmptyResult,RedirectResult,RedirectToRouteResult,JsonResult,ContentResult
Action Filter增加了IActionFilter接口
Routing 新的MapRoute方法,增加了 IRouteConstraint接口和一个新的HttpMethodConstraint类型
新的IgnoreRoute方法
丰富了URL的路径映射功能
另外对HTML helpers(TextBox,Hidden,Password,DropDownList,ListBox)的方法有所更新,使标记控件更加“智能”~
一切都在朝着更加灵活易用的方向发展。
See it:
ScottGu's Blog
Links:
Setup package
Source code and framework unit tests
ASP.NET MVC Preview 3 Videos
Northwind Demo
ASP.NET MVC Site
ASP.NET MVC论坛
posted @ 2008-05-28 08:53
Shawn Chi 阅读(2356)
评论(18) 编辑 收藏 所属分类:
ASP.NET MVC