Important
Some information relates to prerelease product that may be substantially modified before itâs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A builder for web applications and services.
public sealed class WebApplicationBuilder : Microsoft.Extensions.Hosting.IHostApplicationBuilder
public sealed class WebApplicationBuilder
type WebApplicationBuilder = class
interface IHostApplicationBuilder
type WebApplicationBuilder = class
Public NotInheritable Class WebApplicationBuilder
Implements IHostApplicationBuilder
Public NotInheritable Class WebApplicationBuilder
A collection of configuration providers for the application to compose. This is useful for adding new configuration sources and providers.
EnvironmentProvides information about the web hosting environment an application is running.
HostAn IHostBuilder for configuring host specific properties, but not building. To build after configuration, call Build().
LoggingA collection of logging providers for the application to compose. This is useful for adding new logging providers.
MetricsAllows enabling metrics and directing their output.
ServicesA collection of services for the application to compose. This is useful for adding user provided or framework provided services.
WebHostAn IWebHostBuilder for configuring server specific properties, but not building. To build after configuration, call Build().
Methods Explicit Interface ImplementationsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4