Method IsFailed
| Improve this Doc View SourceIsFailed(ModelStateDictionary)
Checks if the model state is failed.
Declaration
public static bool IsFailed(this ModelStateDictionary modelState)
Parameters
| Type | Name | Description |
|---|---|---|
| ModelStateDictionary | modelState | The model state to be validated. |
Returns
| Type | Description |
|---|---|
| Boolean |
|