تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 13- Razor Engine View in ASP.NET MVC 5 ضمن كورس ASP.net شرح قناة Prog Lix، الفديو رقم 13 مجانى معتمد اونلاين
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