【发布时间】:2011-09-08 13:59:07
【问题描述】:
我正在使用摘要属性在 VS 2010 中记录我的班级成员。当我构建项目时,将构建 XML 文件(稍后我将在开发中使用它)。 XML 文件中不包含班级成员的摘要之一,而是出现错误“成员已忽略格式错误的 XML 注释”。
摘要如下。我不明白什么格式不正确。我应该转义& 字符并改用%26 吗?
/// <summary>
/// URI of a web page to convert. Must start with http:// or https://. Several URI of web pages can be passed to create one PDF. For example if http://www.google.com+http://www.nytimes.com URI will be passed the two web pages will be merged into one PDF.
/// If URI has special characters like ? or & they must be encoded.
/// </summary>
【问题讨论】:
标签: c# visual-studio