aspnetcore/test/Microsoft.AspNet.Razor.Test
N. Taylor Mullen 465ff9713d Add ability for `TagHelper`s to specify restricted children.
- Specifying the `RestrictChildrenAttribute` enables `TagHelper`s to only allow other `TagHelper`s targeting specified names to be in the children.
- Used the `null` value to indicate that `AllowedChildren` was not specified and therefore everything is allowed. This is the default.
- Added name verification to name values to ensure that no bad values pass through the system.
- Added parsing tests to validate a mixture of content generates errors when expected.

#255
2015-08-14 23:13:57 -07:00
..
Chunks/Generators
CodeGenerators Add ability for `TagHelper`s to specify restricted children. 2015-08-14 23:13:57 -07:00
Editor
Framework Add ability to write start tag only `TagHelper` elements. 2015-08-13 16:18:06 -07:00
Parser
TagHelpers Add ability for `TagHelper`s to specify restricted children. 2015-08-14 23:13:57 -07:00
TestFiles Remove ability to specify ignored '@' in the middle of non-string 2015-08-14 18:12:31 -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