IHostConfigurator.Configure(IHostBuilder) Method
Definition
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.
Configures the host builder.
public void Configure (Microsoft.Extensions.Hosting.IHostBuilder hostBuilder);
abstract member Configure : Microsoft.Extensions.Hosting.IHostBuilder -> unit
Public Sub Configure (hostBuilder As IHostBuilder)
Parameters
- hostBuilder
- IHostBuilder
The host builder.