ExtensibleModelBinderAdapter Constructor (ModelBinderProviderCollection)
Initializes a new instance of the ExtensibleModelBinderAdapter class.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public ExtensibleModelBinderAdapter(
ModelBinderProviderCollection providers
)
public:
ExtensibleModelBinderAdapter(
ModelBinderProviderCollection^ providers
)
new :
providers:ModelBinderProviderCollection -> ExtensibleModelBinderAdapter
Public Sub New (
providers As ModelBinderProviderCollection
)
Parameters
providers
Type: Microsoft.Web.Mvc.ModelBinding.ModelBinderProviderCollectionThe model binder providers.
See Also
ExtensibleModelBinderAdapter Class
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top