aspnetcore/src/Razor
Nate McMaster 85e2147ff0
Merge branch 'release/2.2'
2018-12-07 11:11:44 -08:00
..
build Merge branch 'release/2.2' 2018-12-07 11:11:44 -08:00
src Remove Razor tooling projects 2018-12-06 07:47:00 -08:00
test Remove Razor tooling projects 2018-12-06 07:47:00 -08:00
.editorconfig
.gitignore
Directory.Build.props
Directory.Build.targets Remove Razor tooling projects 2018-12-06 07:47:00 -08:00
NuGetPackageVerifier.json Remove Razor tooling projects 2018-12-06 07:47:00 -08:00
README.md
Razor.sln Remove Razor tooling projects 2018-12-06 07:47:00 -08:00
build.cmd
build.sh
korebuild.json
version.props Remove Razor tooling projects 2018-12-06 07:47:00 -08:00

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.