ICollectionModelBinder インターフェイス

定義

モデル バインド コレクションのインターフェイス。

public interface class ICollectionModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public interface ICollectionModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type ICollectionModelBinder = interface
    interface IModelBinder
Public Interface ICollectionModelBinder
Implements IModelBinder
派生
実装

メソッド

BindModelAsync(ModelBindingContext)

モデルのバインドを試みます。

(継承元 IModelBinder)
CanCreateInstance(Type)

この ICollectionModelBinder 実装で に割り当て可能な を作成できるかどうかを示す値を Object 取得します targetType

適用対象