[]
        
(Showing Draft Content)

C1.Web.Api.ImportSourceModelBinder.BindModelAsync

BindModelAsync Method

BindModelAsync(ModelBindingContext)

Binds the model to a value by using the binding context.

Declaration
public Task BindModelAsync(ModelBindingContext bindingContext)
Public Function BindModelAsync(bindingContext As ModelBindingContext) As Task
Parameters
Type Name Description
ModelBindingContext bindingContext

The binding context.

Returns
Type Description
Task

The binding result.

Implements