ICollectionModelBinder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |