parent
ae9b3992b2
commit
237a7a65d6
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Razor.TagHelpers
|
||||||
/// <see cref="HtmlTargetElementAttribute.TagStructure"/> as <see cref="TagStructure.WithoutEndTag"/> will result
|
/// <see cref="HtmlTargetElementAttribute.TagStructure"/> as <see cref="TagStructure.WithoutEndTag"/> will result
|
||||||
/// in this attribute being ignored.</remarks>
|
/// in this attribute being ignored.</remarks>
|
||||||
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
|
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
|
||||||
public class RestrictChildrenAttribute : Attribute
|
public sealed class RestrictChildrenAttribute : Attribute
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Instantiates a new instance of the <see cref="RestrictChildrenAttribute"/> class.
|
/// Instantiates a new instance of the <see cref="RestrictChildrenAttribute"/> class.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue