Interface IModelBinderProvider
Defines methods that enable dynamic implementations of model binding for classes that implement the IModelBinder interface.
public interface IModelBinderProvider
Methods
GetBinder(Type)
Returns the model binder for the specified type.
IModelBinder GetBinder(Type modelType)
Parameters
modelType
TypeThe type of the model.
Returns
- IModelBinder
The model binder for the specified type.