ASP.Net Web API Help Page Area returning empty output
问题 I have a preexisting MVC app that I added Web API and Web API Self Documentation using Nuget. While the Web API controllers function fine (return valid responses to HTTP requests) the Help controller is not finding any Web API methods to document. In the Help controller Index action "Configuration.Services.GetApiExplorer().ApiDescriptions" is returning with 0 results. What populated ApiDescriptions and are there any config settings I need to set to expose my api to documentations? The Help