ASP.NET MVC 3: Implicit and Explicit code nuggets with Razor
Posted by: ScottGus Blog,
on 17 Dec 2010 |
View original | Bookmarked: 0 time(s)
This is another in a series of posts Im doing that cover some of the new ASP.NET MVC 3 features: New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (Nov 12th) Razors @: and <text> syntax (Dec 15th) Implicit and Explicit code nuggets with Razor (today) In todays post Im going to discuss how Razor enables you to both implicitly and explicitly define code nuggets within your view templates, and walkthrough...