aspnetcore/src/Razor
Ajay Bhargav Baaskaran 98f2973880
Removed unnecessary projects (#4586)
2018-12-12 10:41:06 -08:00
..
build Removed unnecessary projects (#4586) 2018-12-12 10:41:06 -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 Removed unnecessary projects (#4586) 2018-12-12 10:41:06 -08:00
test Removed unnecessary projects (#4586) 2018-12-12 10:41:06 -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 Removed unnecessary projects (#4586) 2018-12-12 10:41:06 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 10:52:49 -08:00
Razor.sln Removed unnecessary projects (#4586) 2018-12-12 10:41:06 -08:00
build.cmd Removed unnecessary projects (#4586) 2018-12-12 10:41:06 -08:00
build.sh Removed unnecessary projects (#4586) 2018-12-12 10:41:06 -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.