共用方式為


CollectionModelBinder<TElement>.AddErrorIfBindingRequired 方法

定義

ModelError如果 IsBindingRequired ,請將 新增至 ModelState

protected:
 void AddErrorIfBindingRequired(Microsoft::AspNetCore::Mvc::ModelBinding::ModelBindingContext ^ bindingContext);
protected void AddErrorIfBindingRequired (Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext bindingContext);
member this.AddErrorIfBindingRequired : Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext -> unit
Protected Sub AddErrorIfBindingRequired (bindingContext As ModelBindingContext)

參數

備註

基於回溯相容性的原因,當最上層模型未系結時, Result 必須 IsModelSet 等於 true 。 因此,ParameterBinder 無法偵測 IsBindingRequired 集合失敗。 在這裡新增錯誤。

適用於