Provides an interface to register an API service with the platform
IApiController is defined in the Telligent.Evolution.Extensibility.Api namespace of Telligent.Evolution.Platform.dll
Definition
interface IApiController
{
void Add(IApi instance);
}
Methods
void Add(IApi instance);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| instance | IApi | Instance | Required |