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
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
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
.editorconfig
.gitignore
Directory.Build.props Fix RepositoryUrl for some repos 2018-11-28 14:54:47 -08:00
Directory.Build.targets
NuGetPackageVerifier.json
README.md
Razor.sln
build.cmd
build.sh
korebuild.json
version.props

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.