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

    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