Content deleted Content added
m Uzume moved page Microsoft ASP.NET Razor view engine to ASP.NET Razor view engine: Unnecessary developer prefix and naming is more inline with ASP.NET, ASP.NET AJAX, ASP.NET MVC Framework; it is questionable if it even needs ASP.NET... |
{{clarify}} |
||
Line 37:
==Introduction==
The Razor syntax is a template markup syntax, based on the C# programming language, that enables the programmer to use an HTML construction workflow{{clarify}}. Instead of using the ASP.NET .ASPX markup syntax with <code><%= %></code> symbols to indicate code blocks, Razor syntax starts code blocks with a @ character and does not require explicit closing of the code-block.
== Advantages of Razor==
|