Table of Contents

Interface IHostedWebAppBuilder

Namespace
Tlabs.Config
Assembly
Tlabs.SrvBase.dll

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

ConfigureHostBuilder

WebHost

IWebHostBuilder implementation for programatic configuration.

ConfigureWebHostBuilder WebHost { get; }

Property Value

ConfigureWebHostBuilder

Methods

Build()

Builds the WebApplication.

WebApplication Build()

Returns

WebApplication