BinaryDataModelBinderProvider.GetBinder Method (ModelBindingExecutionContext, ModelBindingContext)
.NET Framework (current version)
Returns a model binder for binary data.
Assembly: System.Web (in System.Web.dll)
public override IModelBinder GetBinder( ModelBindingExecutionContext modelBindingExecutionContext, ModelBindingContext bindingContext )
Parameters
- modelBindingExecutionContext
-
Type:
System.Web.ModelBinding.ModelBindingExecutionContext
The execution context.
- bindingContext
-
Type:
System.Web.ModelBinding.ModelBindingContext
The binding context.
Return Value
Type: System.Web.ModelBinding.IModelBinderThe model binder, or null if the attempt to get a model binder is unsuccessful.
.NET Framework
Available since 4.5
Available since 4.5
Show: