共用方式為


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

模型的型別。

傳回

指定型別的模型繫結器。

適用於