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

后端 未结 3 1118
离开以前
离开以前 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:29

    The XmlDocumentationProvider is looking for the xml file(having your xml code comments) which gets generated when you compile your project. You can enable generating this by going to your project Properties -> Build -> Output. Here select the checkbox for XML Documentation file.

提交回复
热议问题