Go to file
Ryan Nowak 7730d33482 Introducing DocumentWriter 2017-03-03 15:00:09 -08:00
build
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Introducing DocumentWriter 2017-03-03 15:00:09 -08:00
test Introducing DocumentWriter 2017-03-03 15:00:09 -08:00
tooling/Microsoft.VisualStudio.RazorExtension
.editorconfig
.gitattributes
.gitignore
.travis.yml Update AppVeyor and Travis settings 2017-03-01 18:25:45 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml Update AppVeyor and Travis settings 2017-03-01 18:25:45 -08:00
build-vsix.cmd
build-vsix.ps1
build.cmd
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -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.