“Razor” – a new view engine for ASP.NET

added by jazsaini
2/17/2011 12:12:28 PM

108 Views

ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml


0 comments