IHostingStartup Interface

Definition

Represents platform specific configuration that will be applied to a IWebHostBuilder when building an IWebHost.

public interface class IHostingStartup
public interface IHostingStartup
type IHostingStartup = interface
Public Interface IHostingStartup
Derived

Methods

Configure(IWebHostBuilder)

Configure the IWebHostBuilder.

Applies to