Go to file
N. Taylor Mullen 013f3a27af Remove quote requirement for `TagHelper` directives.
- `@addTagHelper`, `@removeTagHelper` and `@tagHelperPrefix` values are all written without quotes now.
- Updated the `ChunkGenerator`s to be in-line with other `ChunkGenerator`s in the system now that they don't have vastly different values than what their corresponding `Span`s have.
- Split `AddOrRemoveTagHelperChunkGenerator` into two smaller `ChunkGenerator`s to stay consistent with other generators.
- Removed error cases introduced by having quotes around directives.
- Updated code generation logic to not generate line pragmas (they should never have been generated to start with) and more specifically only map to the inner string that's generated. Without this change directive mappings would be offeset by a generated quote.

#561
2015-11-06 12:17:30 -08:00
src Remove quote requirement for `TagHelper` directives. 2015-11-06 12:17:30 -08:00
test Generate `async` lambda for template attributes. 2015-11-04 16:04:29 -08:00
tools Strong name everything. 2015-11-02 14:56:23 -08:00
.gitattributes
.gitignore Switching to use generations TFMs 2015-10-21 18:18:07 -07:00
.travis.yml Change to mono beta feed for travis. 2015-09-22 16:05:32 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating to release NuGet.config. 2015-10-28 12:43:05 -07:00
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml
build.cmd Fix local build break 2015-10-12 13:00:32 -07:00
build.sh React to aspnet/Universe#290 fix 2015-10-08 21:12:31 -07:00
global.json
makefile.shade

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