VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageCollectionApiController Class / VintasoftImageCollectionApiController Constructor(IWebHostEnvironment)
Syntax Requirements SeeAlso
In This Topic
    VintasoftImageCollectionApiController Constructor(IWebHostEnvironment)
    In This Topic
    Initializes a new instance of the VintasoftImageCollectionApiController class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal hostingEnvironment
    Information about the web hosting environment an application is running in.
    As Microsoft.AspNetCore.Hosting.IWebHostEnvironment _
    )
    public VintasoftImageCollectionApiController(
    Microsoft.AspNetCore.Hosting.IWebHostEnvironment hostingEnvironment
    )
    public: VintasoftImageCollectionApiController(
    Microsoft.AspNetCore.Hosting.IWebHostEnvironment* hostingEnvironment
    )
    public:
    VintasoftImageCollectionApiController(
    Microsoft.AspNetCore.Hosting.IWebHostEnvironment^ hostingEnvironment
    )

    Parameters

    hostingEnvironment
    Information about the web hosting environment an application is running in.
    Requirements

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

    See Also