1
Answer

Swagger custom route in Asp.net web api

Hi. We have two controllers(SwaggerTestController, valuesController) and displayed in Swagger appropriately. But assume that we have two or more controllers, but I want to display a particular controller based on our needs at run time. Could you please explain how to perform this.

Answers (1)