C# Class SearchModelBinderModelBindingSample.ModelBinders.SearchModelBinderProvider

Inheritance: System.Web.Http.ModelBinding.ModelBinderProvider
Mostrar archivo Open project: tugberkugurlu/ProWebAPI.Samples

Public Methods

Method Description
GetBinder ( System.Web.Http.HttpConfiguration configuration, Type modelType ) : IModelBinder

Method Details

GetBinder() public method

public GetBinder ( System.Web.Http.HttpConfiguration configuration, Type modelType ) : IModelBinder
configuration System.Web.Http.HttpConfiguration
modelType System.Type
return IModelBinder