VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / HostingEnvironment Property
Syntax Requirements SeeAlso
In This Topic
    HostingEnvironment Property (VintasoftImageApiController)
    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