IModelBinderProvider.GetBinder(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

参数

modelType
Type

模型的类型。

返回

指定类型的模型联编程序。

适用于