aspnetcore/src/Microsoft.AspNet.Razor/Properties
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
..
AssemblyInfo.cs Removed extra IVT from `Microsoft.AspNet.Razor`. 2015-07-28 14:58:59 -07:00
CommonResources.Designer.cs Transition Microsoft.AspNet.Razor from csproj to kproj. 2014-06-04 14:58:01 -07:00
RazorResources.Designer.cs Add ability for `TagHelper`s to specify restricted children. 2015-08-14 23:13:57 -07:00