What is mvc view engine?
Answer / Birjesh Kumar Deval
A View Engine in MVC is responsible for rendering the HTML response based on the data returned from the Controller. It converts the raw data into a more human-readable format.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can maintain session in mvc?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?
What is MVC, MVP and MVVM pattern?
What is postback in mvc?
Explain how routing is done in mvc pattern?
What is mvc flow?
What is mvc in spring?
What is output caching in mvc?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
Is viewstate available in mvc?
What are child actions in mvc?
What are the two ways for adding constraints to a route?