NDoc User's Guide |
NDoc 1.3
|
<seealso>
[This is preliminary documentation and subject to change]
The <seealso> tag is used to specify links appearing in a See Also section.
<seealso cref="member">[label]</seealso>
OR
<seealso href="URL">[label]</seealso>
where:
- label
- text to display as the link
- cref = "member"
- A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and passes member to the element name in the output XML. member must appear within double quotation marks (" ").
- href = "URL" [NDoc extension]
- A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and passes member to the element name in the output XML. member must appear within double quotation marks (" ").
Applies To
All Types and Members.
Remarks
Use <see> to specify a link from within text.
Do not include this tag in the <remarks> section.
Example
See <summary> for an example of using <seealso>.
See Also
Tag Usage | NDoc Tags | <see> | Microsoft's definition