Go to file
Ryan Brandenburg e7a53597f7 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:35:13 -07:00
build Comment to re-enable package downgrade warnings (#1578) 2017-07-20 13:45:41 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Temporarily disable package downgrade warnings (#1576) 2017-07-20 13:13:04 -07:00
test Temporarily disable package downgrade warnings (#1576) 2017-07-20 13:13:04 -07:00
tooling/Microsoft.VisualStudio.RazorExtension
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Revert "Add Roslyn feed to work around missing RTM packages." 2017-07-21 16:08:47 -07:00
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml
build.cmd
build.ps1
build.sh
version.props 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:35:13 -07: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.