[]
Controller for BarCode Web API.
public class BarCodeController : Controller, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable
| Name | Description |
|---|---|
| BarCodeController() | A default constructor for BarCode Web API. |
| Name | Description |
|---|---|
| Get(BarCodeRequest) | Gets the barcode image according to the specified request. |
| GetByJson(string) | Gets the barcode image according to the specified request. |