ModelStateDictionary.Merge Method (ModelStateDictionary)

.NET Framework (current version)
 

Copies the values from the specified model-state dictionary object into this dictionary, overwriting existing values if the keys are the same.

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

Public Sub Merge (
	dictionary As ModelStateDictionary
)

Parameters

dictionary
Type: System.Web.ModelBinding.ModelStateDictionary

The model-state dictionary to be merged into this one.

.NET Framework
Available since 4.5
Return to top
Show: