What is view engine? What does it actually do?

后端 未结 10 863
名媛妹妹
名媛妹妹 2020-12-13 08:24

I started learning ASP.NET MVC3.

So, while reading tutorials online and in books, I came across this term \"view engine\" quite frequently. I don\'t know

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 09:05

    View Engine works inside the application for rendering HTML page to the browser or to the user. It can contain HTML tags, server controls and some programming language.

    Razor is preferred view engine for MVC4 framework.

提交回复
热议问题