VS 2017 WebAPI Help Page - No Document Provided

前端 未结 3 1480
春和景丽
春和景丽 2021-01-13 18:18

I have followed the steps at MSDN, and other SO questions, to setup documenting and to have the XML comments show in the descriptions section of the help page. However, I am

3条回答
  •  遥遥无期
    2021-01-13 19:14

    You can do this properly by

    1) If you don't have an App_Data folder, add it by right clicking on the project in Solution Explorer, then Add | Add Asp.Net Folder | App_Data

    2) Go to the Build section of Project Properties. Under Output, check XML documentation file. In the edit box, type "App_Data/XmlDocument.xml"

    Instructions can be found in this link

    .

提交回复
热议问题