Go to file
NTaylorMullen c947e9ffaa Changed TagHelper attributes to be SpanKind.Code if not string typed.
- Also added tests to validate that non string TagHelper attributes inherit the SpanKind.COde behavior.
- Removed a block wrapping around single markup spans.
2014-11-24 11:21:20 -08:00
src Changed TagHelper attributes to be SpanKind.Code if not string typed. 2014-11-24 11:21:20 -08:00
test Changed TagHelper attributes to be SpanKind.Code if not string typed. 2014-11-24 11:21:20 -08:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
Razor.sln
build.cmd
build.sh
global.json
makefile.shade Add xml-docs-test target to end of default build 2014-11-20 15:24:49 -08:00

README.md

Razor

The Razor syntax provide 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 vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.