CollectionModelBinder<TElement>.ElementBinder 属性

定义

获取 IModelBinder 绑定集合元素的实例。

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

属性值

适用于