HtmlHelper Fields

 

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

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticValidationInputCssClassName

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

System_CAPS_pubfieldSystem_CAPS_staticValidationInputValidCssClassName

The name of the CSS class that is used to style an input field when the input is valid.

System_CAPS_pubfieldSystem_CAPS_staticValidationMessageCssClassName

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

System_CAPS_pubfieldSystem_CAPS_staticValidationMessageValidCssClassName

The name of the CSS class that is used to style the validation message when the input is valid.

System_CAPS_pubfieldSystem_CAPS_staticValidationSummaryCssClassName

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

System_CAPS_pubfieldSystem_CAPS_staticValidationSummaryValidCssClassName

The name of the CSS class that is used to style the validation summary when the input is valid.

Return to top
Show: