Seal RestrictChildrenAttribute.

Addresses #5041
This commit is contained in:
NTaylorMullen 2019-01-16 13:59:49 -08:00 committed by N. Taylor Mullen
parent ae9b3992b2
commit 237a7a65d6
1 changed files with 1 additions and 1 deletions

View File

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