WebApplicationBuilder.WebHost 属性

定义

一个 IWebHostBuilder ,用于配置服务器特定的属性,但不进行生成。 若要在配置后生成,请调用 Build()

public Microsoft.AspNetCore.Builder.ConfigureWebHostBuilder WebHost { get; }
member this.WebHost : Microsoft.AspNetCore.Builder.ConfigureWebHostBuilder
Public ReadOnly Property WebHost As ConfigureWebHostBuilder

属性值

适用于