'Declaration <ApiControllerAttribute()> <RouteAttribute("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")> <ControllerAttribute()> Public Class VintasoftOfficeApiController Inherits Microsoft.AspNetCore.Mvc.ControllerBase
[ApiController()] [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [Controller()] public class VintasoftOfficeApiController : Microsoft.AspNetCore.Mvc.ControllerBase
[ApiController()] [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [Controller()] public __gc class VintasoftOfficeApiController : public Microsoft.AspNetCore.Mvc.ControllerBase*
[ApiController()] [Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [Controller()] public ref class VintasoftOfficeApiController : public Microsoft.AspNetCore.Mvc.ControllerBase^
This Web API controller can be used in ASP.NET Core.
The Web API controller can cache data on server side. Cache parameters can be changed in the WebServicesGlobalSettings class.
System.Object
 Microsoft.AspNetCore.Mvc.ControllerBase
   Vintasoft.Imaging.Office.AspNetCore.ApiControllers.VintasoftOfficeApiController
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6
VintasoftOfficeApiController Members
Vintasoft.Imaging.Office.AspNetCore.ApiControllers Namespace