ASP.NET Razor

Razor
Original authorMicrosoft
Developer.NET Foundation
Initial releaseJune 2010 (2010-06)
Stable release
3.3.0 / October 23, 2023 (2023-10-23)
Preview release
4.0.0-rc1 / November 18, 2015 (2015-11-18)
Written inC#, VB.NET, HTML
Operating systemMicrosoft Windows
TypeWeb application framework
LicenseApache License 2.0
Websitewww.asp.net/web-pages
Repositorygithub.com/aspnet/Razor
github.com/aspnet/AspNetWebStack
github.com/dotnet/aspnetcore
Razor file formats
Filename extension
.razor, .cshtml, .vbhtml
Internet media type
text/html
Developed byMicrosoft

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.