ModelStateDictionary.SetModelValue Method

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub SetModelValue ( _
	key As String, _
	value As ValueProviderResult _
)
'Usage
Dim instance As ModelStateDictionary 
Dim key As String 
Dim value As ValueProviderResult

instance.SetModelValue(key, value)

Parameters

key
Type: System.String

The key.

value
Type: System.Web.Mvc.ValueProviderResult

The value.

Show: