I am trying to display a strong tag inside a validation summary but it encodes it and does not display properly.
@Html.ValidationSummary(false, \"E
You could extend the ValidationSummary helper as has been suggested in the accepted answer on this question.
Edit: I presume the encoding of any text entered is a security feature and therefore a good thing.