Go to file
Ryan Nowak bbeb485405 Refactor ParserVisitor
We need the visitor to allow control over whether to recurse or not into
something. This change makes the old ParserVisitor class behave much more
like the newer IR Walkers.

We need this for the tokens refactor because IR lowering will not be just
a trivial visitor anymore in the future.
2017-02-16 15:36:01 -08:00
build Re-enable netcoreapp1.1 tests (part 2) 2017-02-16 15:29:31 -08:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources Temporarily disable tests on .NET Core that rely on .NET Core 2.0 API 2017-02-15 10:04:59 -08:00
src Refactor ParserVisitor 2017-02-16 15:36:01 -08:00
test Re-enable netcoreapp1.1 tests (part 2) 2017-02-16 15:29:31 -08:00
tooling/Microsoft.VisualStudio.RazorExtension
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Updating VS version 2017-02-16 14:09:12 -08:00
appveyor.yml
build.cmd
build.ps1
build.sh
makefile.shade Temporarily disable tests on .NET Core that rely on .NET Core 2.0 API 2017-02-15 10:04:59 -08:00
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.