HostBuilder.Build Method
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.
Run the given actions to initialize the host. This can only be called once.
public:
virtual Microsoft::Extensions::Hosting::IHost ^ Build();
public Microsoft.Extensions.Hosting.IHost Build();
abstract member Build : unit -> Microsoft.Extensions.Hosting.IHost
override this.Build : unit -> Microsoft.Extensions.Hosting.IHost
Public Function Build () As IHost
An initialized IHost.
Adds basic services to the host such as application lifetime, host environment, and logging.
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: