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)
-
0
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.