Share via


IModelBinderProvider Interface

Definition

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.

Applies to