CollectionModelBinder<TElement>.ElementBinder Property
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.
Gets the IModelBinder instances for binding collection elements.
protected:
property Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ ElementBinder { Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ get(); };
protected Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder ElementBinder { get; }
member this.ElementBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
Protected ReadOnly Property ElementBinder As IModelBinder