Djuradj Kurepa cd73828a6b convert to UTF8 (#46245) 3 years ago
..
.vscode f304c441c4 Qualify type-checking APIs under global namespace (#33252) 4 years ago
Razor cd73828a6b convert to UTF8 (#46245) 3 years ago
Razor.Runtime c096dbbbe6 Enable throw helper analyzers (#45954) 3 years 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 2af03e53f1 Remove razor-compiler from aspnetcore (#38706) 4 years 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.