IModelBinderProvider Interface

Definition

Defines methods that enable dynamic implementations of model binding for classes that implement the IModelBinder interface.

public interface IModelBinderProvider
type IModelBinderProvider = interface
Public Interface IModelBinderProvider

Methods

GetBinder(Type)

Returns the model binder for the specified type.

Applies to