Science, asked by harshasss3400, 1 year ago

Differences between Razor and ASPX View Engine in MVC?

Answers

Answered by KrishnaBirla
0
The Razor View Engine is an advanced view engine that was introduced with MVC 3.0. This is not a new language but it is markup. Razor has a syntax that is very compact and helps us to reduce typing. The web form view engine has syntax that is the same as an ASP.Net forms application.
Similar questions