Artak b4c1921666 Migrating to the new solution file format - .slnx (#61273) 11 months ago
..
.vscode f304c441c4 Qualify type-checking APIs under global namespace (#33252) 4 years ago
Razor 3ed133de75 Update .NET SDK to 10.0.100-alpha.1.24560.6 (#58862) 1 year ago
Razor.Runtime 3ed133de75 Update .NET SDK to 10.0.100-alpha.1.24560.6 (#58862) 1 year ago
.vsconfig 8700479997 Clean up remaining `net461` references (#37731) 4 years ago
Directory.Build.props 2105ef1ceb Turn on nullability for all src projects (#32742) 4 years ago
README.md e17569e189 Mention 'main' instead of 'master' (#29511) 5 years ago
Razor.slnf b4c1921666 Migrating to the new solution file format - .slnx (#61273) 11 months ago
build.cmd 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 years ago
build.sh 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 years ago
startvs.cmd 8dedfde5c0 add missing startvs.cmd (#27195) 5 years ago
startvscode.sh f304c441c4 Qualify type-checking APIs under global namespace (#33252) 4 years ago

README.md

Razor

The Razor syntax provides a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.