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

モデルの型。

戻り値

指定された型のモデル バインダー。

適用対象