What is Razor View Engine?

Razor Engine is an advanced view engine that was introduced with MVC3. This is not a new language but it is a new markup syntax. Razor has new and advance syntax that are compact, expressive and reduces typing. Razor syntax are easy to learn and much clean than Web Form syntax. Razor uses @ symbol to write markup as:

@Html.ActionLink("SignUp", "SignUp")

 

Tagged , . Bookmark the permalink.

Leave a Reply