ASP.NET Web API Help Page documentation using Xml comments on controllers

后端 未结 3 1108
离开以前
离开以前 2020-12-28 15:54

I installed the ASP.NET Web API Help Page package and would like to use it to generate documentation for my API controller actions using the Xml comments already on them.

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 16:09

    I know that this question is answered, but in case it helps someone I have found this page because of looking for solution for documentation for IHttpActionResult

    How to add IHttpActionResult into documentation

提交回复
热议问题