ModelStateDictionary.SetModelValue(String, Object) 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.
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.