Method BuildWith
BuildWith(IHost)
Build and initialize the app with the given host.
Declaration
public IApp BuildWith(IHost host)
Parameters
| Type | Name | Description |
|---|---|---|
| IHost | host | The host to use. |
Returns
| Type | Description |
|---|---|
| IApp | The built app instance. |