[]
        
(Showing Draft Content)

C1.Web.Api.StringModelBinder.BindModelAsync

BindModelAsync Method

BindModelAsync(ModelBindingContext)

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

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

The binding context.

Returns
Type Description
Task

The binding result.

Implements