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.
Application |
A factory for creating IApplicationBuilder instances. |
IApplication |
Provides an interface for implementing a factory that produces IApplicationBuilder instances. |
For more information about ASP.NET Core server functionality, see Servers.