ASP.NET MVC 3 Hosting :: New Features in ASP.NET MVC 3
- by mbridge
Razor View Engine
The Razor view engine is a new view engine option for ASP.NET MVC that supports the Razor templating syntax. The Razor syntax is a streamlined approach to HTML templating designed with the goal of being a code driven minimalist templating approach that builds on existing C#, VB.NET and HTML knowledge. The result of this approach…