- Namespace
- CondenserDotNet
.Server - Containing Type
- CustomRouter
Syntax
public void AddServiceToRoute(string route, IService serviceToAdd)
Parameters
| Name | Type | Description |
|---|---|---|
| route | string | |
| serviceToAdd | IService |
Return Value
| Type | Description |
|---|---|
| void |
public void AddServiceToRoute(string route, IService serviceToAdd)
| Name | Type | Description |
|---|---|---|
| route | string | |
| serviceToAdd | IService |
| Type | Description |
|---|---|
| void |