VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageCollectionApiController Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    VintasoftImageCollectionApiController Class
    In This Topic
    An ASP.NET Core API controller that handles HTTP requests from clients and allows to manage an image collection.
    Object Model
    VintasoftImageCollectionApiController
    Syntax
    '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^
    
    
    Remarks

    This API controller can be used in ASP.NET Core.

    The API controller can work with data that stored on server side.

    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Mvc.ControllerBase
          Vintasoft.Imaging.AspNetCore.ApiControllers.VintasoftImageCollectionApiController

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6

    See Also