IModelBinderProvider.GetBinder(Type) Method

Definition

Overloads

GetBinder(Type)

Returns the model binder for the specified type.

GetBinder(Type)

Returns the model binder for the specified type.

public System.Web.Mvc.IModelBinder GetBinder (Type modelType);
abstract member GetBinder : Type -> System.Web.Mvc.IModelBinder
Public Function GetBinder (modelType As Type) As IModelBinder

Parameters

modelType
Type

The type of the model.

Returns

The model binder for the specified type.

Applies to