Go to file
Nate McMaster fb3d688659 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:11 -08:00
src Add CSS attribute selectors for `TagHelper` attributes. 2016-03-08 12:15:06 -08:00
test Reacting to KoreBuild changes 2016-03-08 15:03:57 -08:00
tools
.gitattributes
.gitignore
.travis.yml Limit the branches that build on our public CI. 2016-03-09 16:35:11 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-17 10:21:17 -08:00
README.md
Razor.sln
appveyor.yml Limit the branches that build on our public CI. 2016-03-09 16:35:11 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:14 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:54:58 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:54:58 -08:00
global.json
makefile.shade

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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.