[]
The model binder for the parameter of C1 Web API action.
public class RequestModelBinder<T> : IModelBinder
Name | Description |
---|---|
T | The type of the models |
Name | Description |
---|---|
RequestModelBinder() |
Name | Description |
---|---|
BindModelAsync(ModelBindingContext) | Async function to bind to a particular model. |