3 instantiations of RestrictChildrenAttribute
Microsoft.AspNetCore.Razor.Runtime.Test (3)
Runtime\TagHelpers\TestTagHelpers\TagHelperDescriptorFactoryTagHelpers.cs (3)
44
[
RestrictChildren
("p")]
49
[
RestrictChildren
("p", "strong")]
56
[
RestrictChildren
("p", "strong")]
2 references to RestrictChildrenAttribute
Microsoft.AspNetCore.Razor (1)
TagHelpers\RestrictChildrenAttribute.cs (1)
16
/// Instantiates a new instance of the <see cref="
RestrictChildrenAttribute
"/> class.
Microsoft.AspNetCore.Razor.Runtime (1)
Properties\AssemblyInfo.cs (1)
16
[assembly: TypeForwardedTo(typeof(
RestrictChildrenAttribute
))]