[]
        
(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
Namespace: C1.Web.Api
Assembly: C1.AspNetCore.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
BindModelAsync(ModelBindingContext)

Async function to bind to a particular model.