Go to file
Ryan Nowak 550283957a Tolerate null returns from OOP methods
See #1023
2017-02-23 15:51:26 -08:00
build Replace makefile.shade with a PowerShell script 2017-02-22 16:15:39 -08:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Tolerate null returns from OOP methods 2017-02-23 15:51:26 -08:00
test
tooling/Microsoft.VisualStudio.RazorExtension Improve branding for our extension 2017-02-23 13:12:58 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml
build-vsix.cmd Replace makefile.shade with a PowerShell script 2017-02-22 16:15:39 -08:00
build-vsix.ps1 Replace makefile.shade with a PowerShell script 2017-02-22 16:15:39 -08: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.