WebApplicationBuilder.Host Property

Definition

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

Property Value

Applies to