CollectionModelBinder<TElement> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IModelBinder 系結集合值的實作。
generic <typename TElement>
public ref class CollectionModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::ICollectionModelBinder, Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class CollectionModelBinder<TElement> : Microsoft.AspNetCore.Mvc.ModelBinding.ICollectionModelBinder, Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type CollectionModelBinder<'Element> = class
interface ICollectionModelBinder
interface IModelBinder
Public Class CollectionModelBinder(Of TElement)
Implements ICollectionModelBinder, IModelBinder
類型參數
- TElement
集合中的專案類型。
- 繼承
-
CollectionModelBinder<TElement>
- 衍生
- 實作
建構函式
屬性
ElementBinder |
IModelBinder取得系結集合專案的實例。 |
Logger |
ILogger用於在此系結器中記錄的 。 |
方法
AddErrorIfBindingRequired(ModelBindingContext) |
ModelError如果 IsBindingRequired ,請將 新增至 ModelState 。 |
BindModelAsync(ModelBindingContext) |
嘗試系結模型。 |
CanCreateInstance(Type) |
取得這個實作是否可以 ICollectionModelBinder 建立 Object 可指派給 |
ConvertToCollectionType(Type, IEnumerable<TElement>) |
Object取得可指派的 , |
CopyToModel(Object, IEnumerable<TElement>) |
將 值從 |
CreateEmptyCollection(Type) |
建立 Object 可指派給 |
CreateInstance(Type) |
建立 |