CollectionModelBinder<TElement>.AddErrorIfBindingRequired Metoda

Definice

Přidejte do , ModelErrorModelState pokud IsBindingRequired.

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)

Parametry

bindingContext
ModelBindingContext

Hodnota ModelBindingContext

Poznámky

Z důvodů zpětné kompatibility musí být IsModelSet stejné true jako v případě, Result že model nejvyšší úrovně není vázán. Proto ParametrBinder nemůže zjistit IsBindingRequired selhání kolekcí. Sem přidejte chybu.

Platí pro