Go to file
Ajay Bhargav Baaskaran 310ccc31d0 Include default imports when ImportsFileName is null 2017-03-14 19:33:18 -07:00
build
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Include default imports when ImportsFileName is null 2017-03-14 19:33:18 -07:00
test Include default imports when ImportsFileName is null 2017-03-14 19:33:18 -07:00
tooling/Microsoft.VisualStudio.RazorExtension Bump up version of the vsix 2017-03-13 13:28:33 -07:00
.editorconfig
.gitattributes
.gitignore
.travis.yml Update appveyor and travis settings 2017-03-14 13:41:17 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml Update appveyor and travis settings 2017-03-14 13:41:17 -07:00
build.cmd
build.ps1
build.sh
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.