IHostApplicationBuilder Interface

Definition

Represents a hosted applications and services builder which helps manage configuration, logging, lifetime, and more.

public interface IHostApplicationBuilder
Derived

Properties

Configuration

Gets the set of key/value configuration properties.

Environment

Gets the information about the hosting environment an application is running in.

Logging

Gets a collection of logging providers for the application to compose. This is useful for adding new logging providers.

Metrics

Gets a builder that allows enabling metrics and directing their output.

Properties

Gets a central location for sharing state between components during the host building process.

Services

Gets a collection of services for the application to compose. This is useful for adding user provided or framework provided services.

Methods

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)