Go to file
Ajay Bhargav Baaskaran 4b2245eeb9 [Fixes #924] Correct RightShiftAssign operator 2017-02-15 16:31:40 -08:00
build Downgrade to stable packages 2017-02-14 16:15:35 -08:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources Temporarily disable tests on .NET Core that rely on .NET Core 2.0 API 2017-02-15 10:04:59 -08:00
src [Fixes #924] Correct RightShiftAssign operator 2017-02-15 16:31:40 -08:00
test [Fixes #924] Correct RightShiftAssign operator 2017-02-15 16:31:40 -08:00
tooling/Microsoft.VisualStudio.RazorExtension Downgrade to stable packages 2017-02-14 16:15:35 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml
build.cmd
build.ps1
build.sh
makefile.shade Temporarily disable tests on .NET Core that rely on .NET Core 2.0 API 2017-02-15 10:04:59 -08:00
version.props

README.md

Razor

AppVeyor: AppVeyor

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.