Method AddValidation
| Improve this Doc View SourceAddValidation(ActionContext, Column, IDictionary<String, String>)
Adds validation HTML attributes.
Declaration
void AddValidation(ActionContext actionContext, Column column, IDictionary<string, string> attributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Mvc.ActionContext | actionContext | The context. |
| Column | column | The column. |
| System.Collections.Generic.IDictionary<System.String, System.String> | attributes | The HTML attributes dictionary. |