ModelStateDictionary.AddError(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.