Go to file
Ryan Nowak ea778b9b6d Implement a simple base for document classifiers
This should allow us to de-dupe a lot of code in MVC.
2017-02-09 15:22:33 -08:00
build Create NoVSIX solution configurations 2017-02-09 14:04:49 -08:00
shared
src Implement a simple base for document classifiers 2017-02-09 15:22:33 -08:00
test Implement a simple base for document classifiers 2017-02-09 15:22:33 -08:00
tooling/Microsoft.VisualStudio.RazorExtension React to removal of DirectiveTokenDescriptor.Value. 2017-02-07 10:20:25 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Create NoVSIX solution configurations 2017-02-09 14:04:49 -08:00
appveyor.yml
build.cmd
build.ps1
build.sh
makefile.shade
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.