Interface IHostedWebAppBuilder
Interface of an (hosted) WebApplication builder.
public interface IHostedWebAppBuilder : IHostApplicationBuilder
- Inherited Members
- Extension Methods
Properties
Host
IHostBuilder implementation for programatic configuration.
ConfigureHostBuilder Host { get; }
Property Value
WebHost
IWebHostBuilder implementation for programatic configuration.
ConfigureWebHostBuilder WebHost { get; }
Property Value
Methods
Build()
Builds the WebApplication.
WebApplication Build()