Content deleted Content added
mNo edit summary |
m grammatical correction |
||
Line 8:
==Introduction==
The Razor syntax is a template markup syntax that enables the programmer to use an HTML construction workflow and is based on the C# programming language. Instead of using the ASP.NET .ASPX markup syntax using <%= %> blocks to indicate code blocks the Razor syntax starts of a code block with Razor using a @ character and does not require explicit closing of the code-block.
== Advantages of Razor==
|