Go to file
N. Taylor Mullen cc0d5dd324 Add found TagHelperDescriptors on a Razor page to GeneratorResults.
- Ultimately this enables tooling to inspect what TagHelperDescriptors were found on a document and construct HTML schema based off of them.
- Added XML doc on the classes I touched that didn't have docs.
- Added [NotNull] to the result construct parameters.
- Added tests to validate that TagHelperDescriptors flow when found after parsing a Razor document.

#215
2014-12-05 14:53:06 -08:00
src Add found TagHelperDescriptors on a Razor page to GeneratorResults. 2014-12-05 14:53:06 -08:00
test Add found TagHelperDescriptors on a Razor page to GeneratorResults. 2014-12-05 14:53:06 -08:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
Razor.sln
build.cmd
build.sh
global.json
makefile.shade Address #236, recreate XML files when xml-docs-test target is run directly 2014-11-30 21:34:02 -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.