Метод | Описание | |
---|---|---|
Validate ( ModelStateDictionary modelState, string name, string value ) : void |
Validates the specified element.
|
public Validate ( ModelStateDictionary modelState, string name, string value ) : void | ||
modelState | ModelStateDictionary | State of the model. |
name | string | The element name. |
value | string | The element value. |
Результат | void |