Student Reviews
( 5 Of 5 )
1 review
Video of 13- Razor Engine View in ASP.NET MVC 5 in ASP.net course by Prog Lix channel, video No. 13 free certified online
Microsoft introduced the Razor view engine and packaged with MVC 3
You can write a mix of html tags and server side code (C# or VB) in razor view
Razor views files have .cshtml or vbhtml extension.
Razor Syntax:
1- inline Expression
2- Multi-statement Code block
3- Text tag and @:
4- if statement
5- looping statement