VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace / VintasoftBarcodeApiController Class / HostingEnvironment Property
Syntax Requirements SeeAlso
In This Topic
    HostingEnvironment Property (VintasoftBarcodeApiController)
    In This Topic
    Gets an information about the web hosting environment an application is running in.
    Syntax
    'Declaration
    
    Public ReadOnly Property HostingEnvironment As Microsoft.AspNetCore.Hosting.IWebHostEnvironment
    
    
    public Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get; }
    
    
    public: __property Microsoft.AspNetCore.Hosting.IWebHostEnvironment* get_HostingEnvironment();
    
    
    
    Requirements

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

    See Also