Summary
Apply a set of calls against a host builder without losing the context of the actual host build
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Convention
Host Builder <TSelf>
Syntax
public TSelf Apply(Action<IConventionHostBuilder> hostBuilder)
Parameters
| Name | Type | Description |
|---|---|---|
| hostBuilder | Action |
Return Value
| Type | Description |
|---|---|
| TSelf |
