aspnetcore/test/Microsoft.AspNet.Razor.Test
N. Taylor Mullen e9292a0e30 Add ability to write start tag only `TagHelper` elements.
- To write a start tag only `TagHelper` you can now utilize the `TagStructure` property on the `TargetElement` attribute. If none is specified it'll be treated as unspecified and default to old behavior of being start/end tag or self-closing.
- Added `TagMode` to showcase what the user initially wrote in their Razor document. This way `TagHelper`s can flow end-to-end in thesame format as they were written with.
- Updated code generation to specify `TagMode` instead of the boolean self-closing.
- Updated existing tests to move from `SelfClosing` => `TagMode`.
- Added `TagStructure` related tests to the set of tests that we currently have for `TagHelperBlockRewriter` and `TagHelperParseTreeRewriter`.

#450
2015-08-13 16:18:06 -07:00
..
Chunks/Generators
CodeGenerators Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
Editor
Framework Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
Parser [Fixes #428] Removed newlines at the end of razor comments 2015-08-13 15:06:09 -07:00
TagHelpers Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
TestFiles Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
Text
Tokenizer Add support for C# 6 exception filters. 2015-06-10 10:08:10 -07:00
Utils Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json Update CoreCLR versions 2015-08-04 10:15:31 -07:00