iCore.Public.Types.WebApi Namespace
The iCore.Public.Types.WebApi namespace contains common types related to iCore Web APIs.
Interfaces
Name | Description |
---|---|
IWebApiStartup<TArg> | Interface to be implemented by the Startup class in a Web API. The type argument TArg denotes the type of argument that this Web API accepts. This argument will be available for dependency injection in the constructor of the Startup class, and/or the constructor of any controller defined in the Web API. |