What is view engine in mvc?
Answer Posted / Hitesh Agrawal
A View Engine is a component that converts a view (which is essentially markup) into an output. In MVC, the default View Engine is Razor.
Post New Answer View All Answers
What is latest mvc version?
2