ModelStateDictionary.SetModelValue(String, ValueProviderResult) Method

Definition

Sets the value for the specified key by using the specified value provider dictionary.

public void SetModelValue (string key, System.Web.Mvc.ValueProviderResult value);
member this.SetModelValue : string * System.Web.Mvc.ValueProviderResult -> unit
Public Sub SetModelValue (key As String, value As ValueProviderResult)

Parameters

key
String

The key.

value
ValueProviderResult

The value.

Applies to