aspnetcore/src/Razor
Ryan Brandenburg 1b461749cb Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in fd4572874e
2018-11-27 10:52:49 -08:00
..
benchmarks/Microsoft.AspNetCore.Razor.Performance Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
tooling Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
.editorconfig Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
Directory.Build.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
Razor.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -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.