Class HostApplicationBuilderFactory
Creates Generic Host builders with the standard executable-rooted application directory layout.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.DirectoryLayout
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public static class HostApplicationBuilderFactory
Methods
| Edit this page View SourceCreateWithDefaultDirectory(string[]?)
Creates a Generic Host builder with the standard application directory layout.
Declaration
public static HostApplicationBuilder CreateWithDefaultDirectory(string[]? args = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args | Optional command-line arguments to pass to the Generic Host. |
Returns
| Type | Description |
|---|---|
| HostApplicationBuilder | A host builder with the standard directory layout registered. |