Summary
Configures the rocket Surgery.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- RocketHostExtensions
Syntax
public static IHostBuilder ConfigureRocketSurgery(this IHostBuilder builder, Action<IRocketHostBuilder> action)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | IHostBuilder | The builder. |
| action | Action |
The action. |
Return Value
| Type | Description |
|---|---|
| IHostBuilder | IHostBuilder. |
