Summary
Configure the configuration delegate to the convention scanner
- Assembly
- Rocket
.Surgery .Extensions .Configuration .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Configuration
Host Builder Extensions
Syntax
public static IConventionHostBuilder ConfigureConfiguration(this IConventionHostBuilder container, ConfigurationConventionDelegate delegate)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| container | I |
The container. |
| delegate | Configuration |
The delegate. |
Return Value
| Type | Description |
|---|---|
| I |
IConventionHostBuilder. |
