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 Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
Directory.Build.props Fix RepositoryUrl for some repos 2018-11-28 14:54:47 -08:00
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 Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
Razor.sln Remove Razor tooling projects 2018-12-06 07:47:00 -08:00
build.cmd Added build scripts for Razor (#4298) 2018-11-28 13:27:41 -08:00
build.sh Added build scripts for Razor (#4298) 2018-11-28 13:27:41 -08:00
korebuild-lock.txt Change IIS projects to target netcoreapp3.0 (#4371) 2018-12-11 13:46:46 -08:00
korebuild.json Add korebuild.json back to SignalR and Razor 2018-11-28 09:33:49 -08:00
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.