I would like to generate an APIExplorer Help Page for my ASP.NET Web API project to include my Web API Controllers which include custom attribute routes.
Currently, APIExplorer by default only includes the convention based routes in my Web API project, but I have additional decorated many of my controllers with custom attribute routes as well and would like to know how to include these custom attribute routes in my ASP.NET Web API Help Page as well.
Please advise as to how to achieve this.
Thanks.