Class | Description | |
---|---|---|
BodyModelBinder<T> | ModelBinder that reads information from the Request.Body. Please be aware that it is only safe to read the Request's Body one time. | |
C1ApiController | Defines the base class for the api controller. | |
ExporterResult | The IActionResult for exporting. | |
ExportSource | The exchange data model used for sending export requests. | |
FormFile | This class defines the file from form post. | |
FromFormExAttribute | Defines a Microsoft.AspNetCore.Mvc.ModelBinderAttribute object to deserialize the values from form. | |
ImportModelBinderAttribute | An attribute to apply to action parameters for model binding for import. | |
ImportSource | The wrapper of uploaded file as import source. | |
ImportSourceModelBinder | ModelBinder for uploaded file as import source. | |
LicenseManager | The license manager. | |
Owin | Owin utility functions. | |
RequestModelBinder<T> | The model binder for the parameter of C1 Web API action. | |
StringModelBinder | Model binder for return raw string value. |