Series IndexPart 1: Introduction Part 2: ModelMetadataPart 3: Default TemplatesPart 4: Custom Object TemplatesPart 5: Master Page TemplatesIntroduction to Templates One of the major new features in ASP.NET MVC 2 is templates. This is a feature that’s similar to Dynamic Data for WebForms. Given an object of a given type, the system can automatically display or edit that object, whether it’s a simple data item (like an integer, a decimal, a string, etc.) or a complex data item (like a class).Html.Display...
|
1
votes |
|
|||
No comments yet, be the first one to post comment.