ASP.NET MVC Codeplex Preview 5发布了
ASP.NET团队昨天刚刚发布了ASP.NET MVC 的第五个预览版本。跟以往的版本一样,Preview 5也是一个临时的、过渡的版本,请到这里下载。使用前还是需要将您的Visual Studio 2008升级到SP1 RTM。
按照Haacked的说法,这个版本的发布是为了收集更多的建议和反馈。所以为了即将到来的Beta版本的发布,请您在体验之后记得到Codeplex里留下您的意见,很可能您的想法就会包含在下一个版本里噢!比如命名啊、Bug啊等等。
接下来我们看看Preview 5的一些改进。主要有:
The follwing issues are addressed in this release (see the Release Notes for more detail on any changes)
- Html Helpers need to look into ModelState to get attempted value
- Add a convenience overload for Html.ActionLink
- Need friendly exception for UpdateModel type conversion errors.
- UpdateModel needs to report a message when a property setter throws an exception
此版本主要有如下几点改进:
- HtmlHelper需要在ViewData.ModelState里获取值
- Html.ActionLink添加了一个方便的重载方法
- UpdateModel的类型转换抛出异常时需要友好的错误消息
- UpdateModel在设置属性抛出异常的时候需要提供信息
详细的改进在Release Notes有描述,稍候放上来:)