如何在 Visual Studio 2008 中为 ASP.NET 网站生成 xml 文档?

发布于 2024-09-26 00:27:44 字数 388 浏览 0 评论 0原文

我正在尝试为我的 asp.net 网站页面生成 XML 注释。但是,当我在解决方案资源管理器中右键单击该网站时,我找不到 Properties,而是找到 Propert Pages。如何开始使用 xml 文档?任何建议。

更具体地说:http://msdn.microsoft.com/en-us/library /azt1z1eh.aspx (“在 Visual Studio 中构建 XML 文档示例”部分)

我想在构建中为我的项目生成 XML 注释,但我的“配置属性”窗口下面没有“文件夹”或“构建”选项。

I am trying generate XML comment for my asp.net website pages. But when i right click on the website in the solution explorer i can't find Properties instead i find Propert Pages. How to get started with xml documentation? Any suggestion.

More specifically here: http://msdn.microsoft.com/en-us/library/azt1z1eh.aspx
("To build the XML Documentation sample within Visual Studio" section)

I want to generate XML comments for my project in the build, but my "Configuration Properties" window does not have "folders" or a "Build" option under it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑着哭最痛 2024-10-03 00:27:44

对于 Web 项目来说不太方便。您需要手动将“编译器”添加到您的 web.config 中。

http://www.ewoodruff.us/shfbdocs/html /94c7f744-9b90-4254-93ab-9b15f47d9f42.htm

It is not quite as convenient for Web Projects. You need to manually add a "compiler" to your web.config.

http://www.ewoodruff.us/shfbdocs/html/94c7f744-9b90-4254-93ab-9b15f47d9f42.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文