Share via


ModelStateDictionary.AddModelError Method (String, String)

Adds the specified error message to the errors collection for the model-state dictionary that is associated with the specified key.

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

Syntax

'Declaration
Public Sub AddModelError ( _
    key As String, _
    errorMessage As String _
)
public void AddModelError(
    string key,
    string errorMessage
)
public:
void AddModelError(
    String^ key, 
    String^ errorMessage
)

Parameters

See Also

Reference

ModelStateDictionary Class

AddModelError Overload

System.Web.Mvc Namespace