We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9b399 commit 237a7a6Copy full SHA for 237a7a6
src/Razor/Razor/src/TagHelpers/RestrictChildrenAttribute.cs
@@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Razor.TagHelpers
13
/// <see cref="HtmlTargetElementAttribute.TagStructure"/> as <see cref="TagStructure.WithoutEndTag"/> will result
14
/// in this attribute being ignored.</remarks>
15
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
16
- public class RestrictChildrenAttribute : Attribute
+ public sealed class RestrictChildrenAttribute : Attribute
17
{
18
/// <summary>
19
/// Instantiates a new instance of the <see cref="RestrictChildrenAttribute"/> class.
0 commit comments