Go to file
Ajay Bhargav Baaskaran 8c56296460 Merge branch 'release/2.1' into dev 2018-04-18 12:31:11 -07:00
benchmarks/Microsoft.AspNetCore.Razor.Performance
build Merge branch 'release/2.1' into dev 2018-04-18 12:31:11 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Added nuspec and symbols.nuspec files to Razor.Design 2018-04-17 11:07:34 -07:00
test
tooling Update versions in ProvideBindingRedirectAttribute 2018-04-17 11:40:19 -07:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:49:45 -07:00
Directory.Build.props
Directory.Build.targets Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:26 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln PreserveCompilationContext needs to be set only if a project has any Razor files 2018-02-28 11:45:20 -08:00
build.cmd
build.sh
korebuild-lock.txt Update versions in ProvideBindingRedirectAttribute 2018-04-17 11:40:19 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 17:01:21 -07:00
run.cmd
run.ps1
run.sh
version.props Update version number to 2.2.0 2018-04-16 17:01:26 -07: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.