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
- controllerContext
Type: System.Web.Mvc.ControllerContext
- bindingContext
Type: Microsoft.Web.Mvc.ModelBinding.ExtensibleModelBindingContext
Return Value
Type: Microsoft.Web.Mvc.ModelBinding.IExtensibleModelBinder
See Also
ModelBinderProviderCollection Class
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top