Changes

UBIK Enterprise Service

78 bytes added, 10:06, 6 August 2020
=== How to extend the web interface ===
The EnterpriseService not only hosts a WebInterface it allows you to extend it by adding your own controllers. For this you have to do two steps:
# Create your own controller that derives from System.Web.Http.ApiController([https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Core/ Nuget WebApi])
# Place the assembly to the EnterpriseService Injection directory
As an example a controller can be implemented like this:
182
edits