WebHostBuilderFactory Class
Definition
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.
A factory for creating IWebHostBuilder instances.
public ref class WebHostBuilderFactory abstract sealed
public static class WebHostBuilderFactory
type WebHostBuilderFactory = class
Public Class WebHostBuilderFactory
- Inheritance
-
WebHostBuilderFactory
Methods
CreateFromAssemblyEntryPoint(Assembly, String[]) |
Resolves an IWebHostBuilder defined in the entry point of an assembly. |
CreateFromTypesAssemblyEntryPoint<T>(String[]) |
Resolves an IWebHostBuilder defined in an assembly where |