aspnetcore/src/Razor
Chris Ross 7fdd930f50
Change IIS projects to target netcoreapp3.0 (#4371)
* Change IIS projects to target netcoreapp3.0 #3754
2018-12-11 13:46:46 -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-lock.txt Change IIS projects to target netcoreapp3.0 (#4371) 2018-12-11 13:46:46 -08:00
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.