![](../dotnetdiagramimages/Vintasoft_Barcode_AspNetCore_ApiControllers_Vintasoft_Barcode_AspNetCore_ApiControllers_VintasoftBarcodeApiController.png)
'Declaration <ApiControllerAttribute()> <RouteAttribute("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")> <ControllerAttribute()> Public Class VintasoftBarcodeApiController Inherits Microsoft.AspNetCore.Mvc.ControllerBase
[ApiController()] [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [Controller()] public class VintasoftBarcodeApiController : Microsoft.AspNetCore.Mvc.ControllerBase
[ApiController()] [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [Controller()] public __gc class VintasoftBarcodeApiController : public Microsoft.AspNetCore.Mvc.ControllerBase*
[ApiController()] [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [Controller()] public ref class VintasoftBarcodeApiController : public Microsoft.AspNetCore.Mvc.ControllerBase^
This API controller can be used in ASP.NET Core.
The API controller can work with data that stored on server side.
System.Object
 Microsoft.AspNetCore.Mvc.ControllerBase
   Vintasoft.Barcode.AspNetCore.ApiControllers.VintasoftBarcodeApiController
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6
VintasoftBarcodeApiController Members
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace