DictionaryModelBinderProvider Class

 

Provides a model binder for a dictionary.

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

System.Object
  Microsoft.Web.Mvc.ModelBinding.ModelBinderProvider
    Microsoft.Web.Mvc.ModelBinding.DictionaryModelBinderProvider

[<Sealed>]
type DictionaryModelBinderProvider = 
    class
        inherit ModelBinderProvider
    end

NameDescription
System_CAPS_pubmethodDictionaryModelBinderProvider()

Initializes a new instance of the DictionaryModelBinderProvider class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: