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

モデル バインダーの型。

戻り値

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

適用対象