HtmlHelper.ValidationInputCssClassName Field

The name of the CSS class that is used to style an input field when a validation error occurs.

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

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

value = HtmlHelper.ValidationInputCssClassName
Show: