Go to file
Ryan Nowak 965ae5490f Introducing RazorIRToken
This IR node will be part of the new token model for IR. It will be used
by all nodes that contain user content. Going forward, tokens will be the
thing that contains text and produces line mappings.

This commit just introduces the class.
2017-02-17 11:22:53 -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
src Introducing RazorIRToken 2017-02-17 11:22:53 -08:00
test Introducing RazorIRToken 2017-02-17 11:22:53 -08:00
tooling/Microsoft.VisualStudio.RazorExtension Only show C# projects in Razor info window. 2017-02-17 11:18:28 -08:00
.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
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.