ModelStateDictionary.Merge(ModelStateDictionary) Method

Definition

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

public:
 void Merge(System::Web::ModelBinding::ModelStateDictionary ^ dictionary);
public void Merge (System.Web.ModelBinding.ModelStateDictionary dictionary);
member this.Merge : System.Web.ModelBinding.ModelStateDictionary -> unit
Public Sub Merge (dictionary As ModelStateDictionary)

Parameters

dictionary
ModelStateDictionary

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

Applies to