aspnetcore/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
..
Microsoft.AspNet.Razor.Runtime.Test Add ability for `TagHelper`s to specify restricted children. 2015-08-14 23:13:57 -07:00
Microsoft.AspNet.Razor.Test Add ability for `TagHelper`s to specify restricted children. 2015-08-14 23:13:57 -07:00