[]
        
(Showing Draft Content)

C1.Web.Api.BodyModelBinder-1

BodyModelBinder<T> Class

ModelBinder that reads information from the Request.Body. Please be aware that it is only safe to read the Request's Body one time.

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

Constructors

Name Description
BodyModelBinder()

Methods

Name Description
BindModel(HttpActionContext, ModelBindingContext)

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