HtmlHelper Fields
The HtmlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
|
ValidationInputCssClassName | The name of the CSS class that is used to style an input field when a validation error occurs. |
|
ValidationInputValidCssClassName | The name of the CSS class that is used to style an input field when the input is valid. |
|
ValidationMessageCssClassName | The name of the CSS class that is used to style the error message when a validation error occurs. |
|
ValidationMessageValidCssClassName | The name of the CSS class that is used to style the validation message when the input is valid. |
|
ValidationSummaryCssClassName | The name of the CSS class that is used to style validation summary error messages. |
|
ValidationSummaryValidCssClassName | The name of the CSS class that is used to style the validation summary when the input is valid. |
Show: