WebApplicationBuilder.Host Property
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.
An IHostBuilder for configuring host specific properties, but not building. To build after configuration, call Build().
public Microsoft.AspNetCore.Builder.ConfigureHostBuilder Host { get; }
member this.Host : Microsoft.AspNetCore.Builder.ConfigureHostBuilder
Public ReadOnly Property Host As ConfigureHostBuilder