Share via


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

See Also

ExtensibleModelBinderAdapter Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top