KeyValuePairModelBinderProvider.GetBinder Method
Retrieves the associated model binder.
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
public override IModelBinder GetBinder( HttpConfiguration configuration, Type modelType )
Parameters
- configuration
- Type: System.Web.Http.HttpConfiguration
The configuration.
- modelType
- Type: System.Type
The type of model.