Go to file
Ryan Nowak 615d8e71d6 ifdef all the Razor Info window code
We don't want to ship this in VS yet :) Now the Razor Info window will
only be available in debug builds.
2017-02-23 11:03:25 -08:00
build Replace makefile.shade with a PowerShell script 2017-02-22 16:15:39 -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 ifdef all the Razor Info window code 2017-02-23 11:03:25 -08:00
test Introduce RazorCompilation 2017-02-22 10:22:18 -08:00
tooling/Microsoft.VisualStudio.RazorExtension ifdef all the Razor Info window code 2017-02-23 11:03:25 -08:00
.gitattributes
.gitignore Upgrade to VS 2017 2016-12-16 16:04:22 -08:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config React to aspnet/KoreBuild#155 2017-01-11 14:21:03 -08:00
NuGetPackageVerifier.json
README.md
Razor.sln Updating VS version 2017-02-16 14:09:12 -08:00
appveyor.yml Upgrade appveyor image 2017-01-09 10:38:56 -08:00
build-vsix.cmd Replace makefile.shade with a PowerShell script 2017-02-22 16:15:39 -08:00
build-vsix.ps1 Replace makefile.shade with a PowerShell script 2017-02-22 16:15:39 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2016-12-16 16:04:22 -08:00
build.sh Upgrade to VS 2017 2016-12-16 16:04:22 -08:00
version.props Upgrade to VS 2017 2016-12-16 16:04:22 -08:00

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.