Base solution for your next web application
Open Closed

ASP.NET CORE MVC/ JQUERY how to hide some swagger methods #5355


User avatar
0
muleso created

I have seen this "Configuration.Modules.AbpAspNetCore().CreateControllersForAppServices(typeof(MyApplicationModule).Assembly, moduleName: 'app', useConventionalHttpVerbs: true);"

But i don't seem to get how it works.


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

    Please refer to the documentation:

    https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#application-services-as-controllers
    

    :)