aspnetcore/test/Microsoft.AspNet.Razor.Test
N. Taylor Mullen 67739ea565 Add `ParentTag` to `[HtmlTargetElement]`.
- `ParentTag` allows `TagHelper`s to restrict where they apply based on their immediate parent tag.
- Changed the `TagHelperParseTreeRewriter` to understand non-`TagHelper` HTML elements to properly determine a parent tag when applying `TagHelperDescriptor.RequiredParent`. This change will also enable `[RestrictChildren]` to apply to more than just `TagHelper`s.
- Added tests to validate that partial and well formed tags properly discover `TagHelper`s. Also added tests that validate that descriptors are properly created based on `TagHelper` types.

#474
2015-09-24 10:30:36 -07:00
..
Chunks/Generators
CodeGenerators Add support for data bound symbols as attribute names. 2015-09-22 16:12:37 -07:00
Editor
Framework
Parser Add support for data bound symbols as attribute names. 2015-09-22 16:12:37 -07:00
TagHelpers Add `ParentTag` to `[HtmlTargetElement]`. 2015-09-24 10:30:36 -07:00
TestFiles React to removal of ToString on TagHelperContent 2015-09-23 11:07:44 -07:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json