Microsoft.AspNetCore.Hosting.Builder Namespace

Contains the IApplicationBuilderFactory type which is used as part of creating a web application host.

Classes

ApplicationBuilderFactory

A factory for creating IApplicationBuilder instances.

Interfaces

IApplicationBuilderFactory

Provides an interface for implementing a factory that produces IApplicationBuilder instances.

Remarks

For more information about ASP.NET Core server functionality, see Servers.