HtmlHelper.ValidationSummaryCssClassName Field

The name of the CSS class that is used to style validation summary error messages.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Shared ReadOnly ValidationSummaryCssClassName As String
'Usage
Dim value As String 

value = HtmlHelper.ValidationSummaryCssClassName
Show: