ModelBinderProviderCollection.GetBinder(Type) 方法

定义

返回指定类型的模型绑定器。

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

参数

modelType
Type

模型联编程序的类型。

返回

指定类型的模型绑定器。

适用于