From 1e85261b079769d874a3cf46ecd8fa14f3df7bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 2 May 2018 09:28:45 +0300 Subject: [PATCH] Apply AbpValidationAttributeTagHelper for asp-validation-summary too. --- .../TagHelpers/Form/AbpValidationAttributeTagHelper.cs | 1 + 1 file changed, 1 insertion(+) 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)