ModelStateDictionary.SetModelValue(String, Object) Method

Definition

Sets the value of the model state that is associated with the specified key.

public void SetModelValue (string key, object value);
member this.SetModelValue : string * obj -> unit
Public Sub SetModelValue (key As String, value As Object)

Parameters

key
String

The key to set the value of.

value
Object

The value to set the key to.

Applies to