Table of Contents

Interface IModelBinderProvider

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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 Type

The type of the model.

Returns

IModelBinder

The model binder for the specified type.