Share via


ModelBinderProviderCollection.GetBinder Method (ControllerContext, ExtensibleModelBindingContext)

 

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

Syntax

public IExtensibleModelBinder GetBinder(
    ControllerContext controllerContext,
    ExtensibleModelBindingContext bindingContext
)
public:
IExtensibleModelBinder^ GetBinder(
    ControllerContext^ controllerContext,
    ExtensibleModelBindingContext^ bindingContext
)
member GetBinder : 
        controllerContext:ControllerContext *
        bindingContext:ExtensibleModelBindingContext -> IExtensibleModelBinder
Public Function GetBinder (
    controllerContext As ControllerContext,
    bindingContext As ExtensibleModelBindingContext
) As IExtensibleModelBinder

Parameters

Return Value

Type: Microsoft.Web.Mvc.ModelBinding.IExtensibleModelBinder

See Also

ModelBinderProviderCollection Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top