ICollectionModelBinder Interface

Definition

Interface for model binding collections.

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
Derived
Implements

Methods

BindModelAsync(ModelBindingContext)

Attempts to bind a model.

(Inherited from IModelBinder)
CanCreateInstance(Type)

Gets an indication whether or not this ICollectionModelBinder implementation can create an Object assignable to targetType.

Applies to