[]
        
(Showing Draft Content)

C1.Web.Api.RequestModelBinder-1

RequestModelBinder<T> Class

The model binder for the parameter of C1 Web API action.

Inheritance
RequestModelBinder<T>
Implements
IModelBinder
Namespace: C1.Web.Api
Assembly: C1.Web.Api.dll
Syntax
public class RequestModelBinder<T> : IModelBinder
Type Parameters
Name Description
T

The type of the models

Constructors

Name Description
RequestModelBinder()

Methods

Name Description
BindModel(HttpActionContext, ModelBindingContext)

Binds the model to a value by using the specified controller context and binding context.