Go to file
Wei Wang 98df1e230b Fix AppVeyor git line ending config 2015-04-03 15:31:35 -07:00
src Remove RazorDirectiveAttribute and related tests. 2015-04-03 12:19:50 -07:00
test Remove RazorDirectiveAttribute and related tests. 2015-04-03 12:19:50 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
Razor.sln
appveyor.yml Fix AppVeyor git line ending config 2015-04-03 15:31:35 -07:00
build.cmd
build.sh
global.json
makefile.shade

README.md

Razor

The Razor syntax provide 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.