Base solution for your next web application
Open Closed

How to use their new display of WEBAPI replacement template #202


User avatar
0
ghua created

Hi I would like to use their new WEBAPI, because I don't need UI, how to use it to replace the generated WEB Templates and WEBAPI, I want to write my own APIController, looking forward to your reply


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    If you want to write your Web Api Controller, you can do it as always, no restriction here. Create a class derived from ApiController (or AbpApiController if you want to wrap results) and add your actions as normally, no problem. Dynamic web api is optional and just a simplifier.