次の方法で共有


ModelBinderProviderCollection.RegisterBinderForType メソッド

定義

非ジェネリック型のコレクションにモデル バインダー プロバイダーを追加します。

オーバーロード

RegisterBinderForType(Type, Func<IModelBinder>)

指定されたモデルの型とモデル バインダー ファクトリを使用して非ジェネリック型のコレクションにモデル バインダー プロバイダーを追加します。

RegisterBinderForType(Type, IModelBinder)

指定されたモデルの型とモデル バインダーを使用して非ジェネリック型のコレクションにモデル バインダー プロバイダーを追加します。

RegisterBinderForType(Type, Func<IModelBinder>)

指定されたモデルの型とモデル バインダー ファクトリを使用して非ジェネリック型のコレクションにモデル バインダー プロバイダーを追加します。

public:
 void RegisterBinderForType(Type ^ modelType, Func<System::Web::ModelBinding::IModelBinder ^> ^ modelBinderFactory);
public void RegisterBinderForType (Type modelType, Func<System.Web.ModelBinding.IModelBinder> modelBinderFactory);
member this.RegisterBinderForType : Type * Func<System.Web.ModelBinding.IModelBinder> -> unit
Public Sub RegisterBinderForType (modelType As Type, modelBinderFactory As Func(Of IModelBinder))

パラメーター

modelType
Type

モデル型。

modelBinderFactory
Func<IModelBinder>

モデル バインダー ファクトリ。

適用対象

RegisterBinderForType(Type, IModelBinder)

指定されたモデルの型とモデル バインダーを使用して非ジェネリック型のコレクションにモデル バインダー プロバイダーを追加します。

public:
 void RegisterBinderForType(Type ^ modelType, System::Web::ModelBinding::IModelBinder ^ modelBinder);
public void RegisterBinderForType (Type modelType, System.Web.ModelBinding.IModelBinder modelBinder);
member this.RegisterBinderForType : Type * System.Web.ModelBinding.IModelBinder -> unit
Public Sub RegisterBinderForType (modelType As Type, modelBinder As IModelBinder)

パラメーター

modelType
Type

モデル型。

modelBinder
IModelBinder

モデル バインダー。

適用対象