ModelStateDictionary.AddError(String, String) Method

Definition

Adds an error message to the model state that is associated with the specified key.

public void AddError (string key, string errorMessage);
member this.AddError : string * string -> unit
Public Sub AddError (key As String, errorMessage As String)

Parameters

key
String

The key that is associated with the model state that the error message is added to.

errorMessage
String

The error message.

Applies to