Changing the value of HtmlHelpers.ValidationSummaryCssClassName
Yes, it's a bit ass-a开发者_如何转开发bout-face, but what's the best way to change the css class name output for validation errors, across a project?
The source is available here: http://aspnet.codeplex.com/SourceControl/changeset/view/21528#266468
You can't its a readonly value.
You just have to style the elements created with those css names.
精彩评论