ODataModelBinderProvider.GetBinder(HttpConfiguration, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
System.Web.Http.ModelBinding.ModelBinderProvider.GetBinder(System.Web.Http.HttpConfiguration,System.Type)
public override System.Web.Http.ModelBinding.IModelBinder GetBinder (System.Web.Http.HttpConfiguration configuration, Type modelType);
override this.GetBinder : System.Web.Http.HttpConfiguration * Type -> System.Web.Http.ModelBinding.IModelBinder
Public Overrides Function GetBinder (configuration As HttpConfiguration, modelType As Type) As IModelBinder
Parameters
- configuration
- System.Web.Http.HttpConfiguration
- modelType
- Type
Returns
System.Web.Http.ModelBinding.IModelBinder