I Would like to create a project (basically Restful API Project) using Web API to target multiple customers from different platforms.
here I have a few requirements:
- I should be able to Expose the API.
- I would like to have the View(UI) also either single/multi page, (without using the MVC).
Right now I'm using one controller to refer to my View(index.cshtml), but I would like to remove that controller.so is there any other alternative to refer/use my UI Page without using MVC or should I use MVC along with Web API.