aspnetcore/src/Razor
N. Taylor Mullen 0326abe530 Use MVC 2.1 at design time for Razor 3.0 projects. (#4324)
- When we detect a design time build we force tooling to use 2.1
- In runtime builds (i.e. rzc) it still uses the 3.0 configuration for 3.0 apps.
2018-11-29 12:41:29 -08:00
..
benchmarks/Microsoft.AspNetCore.Razor.Performance Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
build Disable building src/Components and fix its code signing configuration (#4299) 2018-11-28 15:29:25 -08:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
src Use MVC 2.1 at design time for Razor 3.0 projects. (#4324) 2018-11-29 12:41:29 -08:00
test Refactored Html parser - part 1 2018-11-28 13:28:14 -08:00
tooling Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -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 Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -08:00
Razor.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -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.json Add korebuild.json back to SignalR and Razor 2018-11-28 09:33:49 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-27 15:43:05 -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.