What are the Main Razor Syntax Rules?
2012
17-May-2017
Manish Kumar
17-May-2017MVC Razor code blocks are enclosed in @{ ... }
In Razor Inline expressions (variables and functions) start with @
Code statements end with semicolon
Variables are declared with the var keyword
Strings are enclosed with quotation marks
C# code is case sensitive
C# files have the extension .cshtml