Summary
Uses the autofac.
- Assembly
- Rocket
.Surgery .Hosting .Autofac .dll - Namespace
- Microsoft
.Extensions .Hosting - Containing Type
- Autofac
Rocket Host Extensions
Syntax
public static IRocketHostBuilder UseAutofac(this IRocketHostBuilder builder, ContainerBuilder containerBuilder = null)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | IRocketHostBuilder | The builder. |
| containerBuilder | ContainerBuilder | The container builder. |
Return Value
| Type | Description |
|---|---|
| IRocketHostBuilder | IRocketHostBuilder. |
