What is view engine in express?
Answer / Suraj Kumar Nayak
In Express.js, a view engine is a templating system that helps to render HTML content dynamically based on data received from the server. In Express, the default view engine is EJS (Embedded JavaScript), but it can be changed to other engines like Pug or Jade.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between adding routes, to a webform application and an mvc application?
What is mvc route constraints?
What are route constraints in mvc?
How you to implement role based security in mvc?
Why you use MVC over Tradisional ASPX?
Why do we use mvc?
What do you mean by mvc scaffolding?
What is the page Lifecycle of the MVC ?
How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?
What is antiforgerytoken in mvc?
Can we use webforms in mvc?
What is @html in mvc?