RELEASED ASP.NET MVC 2 Preview 2
Posted by: MS-Joe,
on 01 Oct 2009 |
View original | Bookmarked: 0 time(s)
ASP.NET MVC 2 is coming along nicely and there is a new preview for your learning pleasure. It will work side-by-side with ASP.NET MVC 1, and will be included in the .NET 4 Beta 2 release. Some new stuff .... ModelMetadata and ModelMetadataProvider Classes The ViewDataDictionary class exposes a ModelMetada object that contains the metadata that is extracted from the model by the ModelMetadataProvider class. This allows the templated helpers to consume this metadata and adjust their...