VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace / VintasoftBarcodeApiController Class / VintasoftBarcodeApiController Constructor(IWebHostEnvironment)
Syntax Requirements SeeAlso
In This Topic
    VintasoftBarcodeApiController Constructor(IWebHostEnvironment)
    In This Topic
    Initializes a new instance of the VintasoftBarcodeApiController 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: .NET 8; .NET 7, .NET 6

    See Also