Summary
Adds a delegate for configuring additional services for the host.
- Namespace
- Cake
.Frosting - Containing Type
- CakeHost
Syntax
public CakeHost ConfigureServices(Action<IServiceCollection> services)
Parameters
Name | Type | Description |
---|---|---|
services | Action |
A delegate for configuring the IServiceCollection . |