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