diff --git a/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpValidationAttributeTagHelper.cs b/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpValidationAttributeTagHelper.cs index c0eaeaf2d5..dc7c2a4bfa 100644 --- a/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpValidationAttributeTagHelper.cs +++ b/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpValidationAttributeTagHelper.cs @@ -4,6 +4,7 @@ using Volo.Abp.DependencyInjection; namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Form { [HtmlTargetElement(Attributes = "asp-validation-for")] + [HtmlTargetElement(Attributes = "asp-validation-summary")] public class AbpValidationAttributeTagHelper : AbpTagHelper, ITransientDependency { public AbpValidationAttributeTagHelper(AbpValidationAttributeTagHelperService tagHelperService)