Go to file
N. Taylor Mullen 8d7c51bd60 Change TagHelpers to work in partial parsing.
- Prior to this change any query for ownership within a TagHelper would never succeed.
- TagHelpers structure can be influenced greatly by changes to the tags start/end body; therefore, only allowed modifications to TagHelper attribute values to avoid complexity and enable the more widespread scenario of a user typing C# code in an attribute value.
- Updated existing tests to reflect the new edit handlers that were added to TagHelper attributes.
- Added partial parsing tests to verify partial parses succeed/fail when expected.

#792
2016-08-15 16:15:41 -07:00
src Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
test Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
tools
…
.gitattributes
…
.gitignore
…
.travis.yml Update .travis.yml 2016-08-02 13:04:27 -07:00
CONTRIBUTING.md
…
LICENSE.txt
…
NuGet.config Switching to dotnet.myget.org feed 2016-08-09 15:09:42 -07:00
NuGetPackageVerifier.json
…
README.md
…
Razor.sln
…
appveyor.yml
…
build.cmd
…
build.ps1
…
build.sh
…
global.json
…

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.