Explain about Razor View Engine ?
Answers
Answered by
0
This Razor View engine is a part of new rendering framework for ASP.NET web pages. ASP.NET rendering engine uses opening and closing brackets to denote code (<% %>), whereas Razor allows a cleaner, implied syntax for determining where code blocks start and end.
Similar questions