ASP.NET Razor
| Razor | |
|---|---|
| Original author(s) | Microsoft |
| Developer(s) | .NET Foundation |
| Initial release | June 2010 |
| Stable release | 3.2.7
/ November 29, 2018 |
| Preview release | 4.0.0-rc1
/ November 18, 2015 |
| Repository | github github github |
| Written in | C#, VB.NET, HTML |
| Operating system | Microsoft Windows |
| Type | Web application framework |
| License | Apache License 2.0 |
| Website | www |
| Filename extension | .razor, .cshtml, .vbhtml |
|---|---|
| Internet media type |
text/html |
| Developed by | Microsoft |
Razor is an ASP.NET programming syntax used to create dynamic web pages with the C# or VB.NET programming languages. Razor was in development in June 2010 and was released for Microsoft Visual Studio 2010 in January 2011. Razor is a simple-syntax view engine and was released as part of MVC 3 and the WebMatrix tool set.
Razor became a component of AspNetWebStack and then became a part of ASP.NET Core.