Sandeep Kumar
What is use of view engine in mvc
By Sandeep Kumar in .NET on Dec 26 2015
  • Shuvojit Halder
    Nov, 2016 16

    View engine is use to render a web page in the browser ,written in specified programming language

    • 0
  • Ritesh Singh
    Jul, 2016 26

    A view engine is what MVC uses to find and render the views you are requesting from the controller. If you are satisfied with the default routing you probably wont need to change anything, but lets say you wanted to have your shared files usually located in root/views/shared to instead be located in root/common, a custom viewengine is what you will need to create to be able to do that.

    • 0
  • Ravi Patel
    Dec, 2015 28

    View Engine renders the HTML to the browser. The view engine templates have a different syntax than the implementation. By default ASP.Net MVC supports ASPX and the Razor View Engine. There are many more third-party view engines, like Spark, Nhaml and so on also available for MVC. We can also write our own view engine.

    • 0
  • Sandeep Kumar
    Dec, 2015 26

    The responsbilities of view engine in MVC is1. It get the request from controller. 2.It execute the requested page and generate resultset. 3.Generated resultset will be get deliver to user.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS