'Declaration <RouteAttribute("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")> <ApiControllerAttribute()> <ControllerAttribute()> Public Class VintasoftImageCollectionApiController Inherits Microsoft.AspNetCore.Mvc.ControllerBase
[Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [ApiController()] [Controller()] public class VintasoftImageCollectionApiController : Microsoft.AspNetCore.Mvc.ControllerBase
[Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [ApiController()] [Controller()] public __gc class VintasoftImageCollectionApiController : public Microsoft.AspNetCore.Mvc.ControllerBase*
[Route("Template = vintasoft/api/[controller]/[action]", "Order = 0", "Name = null")] [ApiController()] [Controller()] public ref class VintasoftImageCollectionApiController : 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. Cache parameters can be changed in the WebServicesGlobalSettings class.
System.Object
 Microsoft.AspNetCore.Mvc.ControllerBase
   Vintasoft.Imaging.AspNetCore.ApiControllers.VintasoftImageCollectionApiController
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6
VintasoftImageCollectionApiController Members
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace