aspnetcore/src/Razor
NTaylorMullen 237a7a65d6 Seal RestrictChildrenAttribute.
Addresses #5041
2019-01-16 15:03:30 -08:00
..
Razor Seal RestrictChildrenAttribute. 2019-01-16 15:03:30 -08:00
Razor.Runtime Merge branch 'release/2.2' 2019-01-09 18:09:25 -08:00
.editorconfig
README.md
Razor.sln
build.cmd
build.sh
korebuild-lock.txt

README.md

Razor

Travis: Travis

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.