Microsoft.AspNetCore.Hosting.Builder Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.