Browse Source

Apply AbpValidationAttributeTagHelper for asp-validation-summary too.

pull/279/head
Halil İbrahim Kalkan 8 years ago
parent
commit
1e85261b07
  1. 1
      src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpValidationAttributeTagHelper.cs

1
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<AbpValidationAttributeTagHelper, AbpValidationAttributeTagHelperService>, ITransientDependency
{
public AbpValidationAttributeTagHelper(AbpValidationAttributeTagHelperService tagHelperService)

Loading…
Cancel
Save