Share via


DictionaryModelBinder<TKey, TValue> Constructor ()

 

Initializes a new instance of the DictionaryModelBinder<TKey, TValue> class.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public DictionaryModelBinder()
public:
DictionaryModelBinder()
new : unit -> DictionaryModelBinder
Public Sub New

See Also

DictionaryModelBinder<TKey, TValue> Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top