[]
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 |
---|---|
BindModel(HttpActionContext, ModelBindingContext) | Binds the model to a value by using the specified controller context and binding context. |