Aracılığıyla paylaş


CollectionModelBinder<TElement>.AddErrorIfBindingRequired Yöntem

Tanım

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)

Parametreler

Açıklamalar

Arka uyumluluk nedenleriyle, Result en üst düzey modelin bağlı olmadığı durumlara true eşit olmalıdırIsModelSet. Bu nedenle, ParameterBinder koleksiyonlar için bir IsBindingRequired hata algılayamıyor. Hatayı buraya ekleyin.

Şunlara uygulanır