ComplexTypeModelBinder.BindProperty(ModelBindingContext) Method

Definition

Attempts to bind a property of the model.

protected:
 virtual System::Threading::Tasks::Task ^ BindProperty(Microsoft::AspNetCore::Mvc::ModelBinding::ModelBindingContext ^ bindingContext);
protected virtual System.Threading.Tasks.Task BindProperty (Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext bindingContext);
abstract member BindProperty : Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext -> System.Threading.Tasks.Task
override this.BindProperty : Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext -> System.Threading.Tasks.Task
Protected Overridable Function BindProperty (bindingContext As ModelBindingContext) As Task

Parameters

bindingContext
ModelBindingContext

The ModelBindingContext for the model property.

Returns

A Task that when completed will set Result to the result of model binding.

Applies to