Dynamic controller in ASP.NET Web API
I need to add a controller dynamically to .NET Web API at application start, so based on configuration. The controller is located in separate assembly, and it could look like:
I need to add a controller dynamically to .NET Web API at application start, so based on configuration. The controller is located in separate assembly, and it could look like: