Jump to: navigation, search

Changes


UBIK Enterprise Service

22 bytes added, 10:07, 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 Microsoft.AspNet.WebApi.Core])
# Place the assembly to the EnterpriseService Injection directory
As an example a controller can be implemented like this:
182
edits