【发布时间】:2014-06-17 16:32:49
【问题描述】:
在我经常使用的源代码文档中:
Get a <see cref="Quote"/> for the specified <see cref="apiOrder"/> object.
这很好地转换为 XmlDocument.xml 中的以下字符串,其中包含已编译的 Web api 帮助页面。
Get a <see cref="T:Supertext.API.POCO.Quote"/> for the specified <see cref="!:apiOrder"/> object.
但由于某些原因,所有这些引用都没有显示。 我们得到的是这样的:
Get a for the specified object
我们找到了一些来源,但似乎没有任何效果。帮不上忙:
Web Api Help Page- don't escape html in xml documentation
有什么想法吗?
【问题讨论】:
标签: asp.net-web-api asp.net-web-api-helppages