0

I would like to set in a ValidationSummary a bootstrap class of error.

How can I do it?

Dave
  • 7,028
  • 11
  • 35
  • 58

1 Answers1

0

@Html.ValidationSummary(false, "", new { @class = "text-danger" })

Dave
  • 7,028
  • 11
  • 35
  • 58