1.

What is View Engine?

Answer»

A View Engine is an MVC subsystem and has its own MARKUP SYNTAX. It will convert the template from the server-side into HTML markup and then render it to the browser. In the BEGINNING, ASP.NET MVC was having a single view engine i.e., web forms(ASPX), from ASP.NET MVC 3 a Razor view engine Razor has been INTRODUCED. You can also make use of other view engines such as NHaml, Spark, etc., in ASP.NET MVC.



Discussion

No Comment Found