I am trying to add links to MSDN documentation from my class reference's Remarks section. Is there any simple way to create a link to an MSDN article using Document! X? Since Document! X creates links to MSDN automatically for data-types involved in class methods, I suspect I should be able do it to somehow. If this action is possible, can you provide me with me with the steps to create such links?
Date
Votes
1 comment
-
Permanently deleted user You can do this for most .NET types by including the target type name in %..% delimiters in your content, e.g.
"See the %System.Object% help topic"
Let me know if you have any problems.
Please sign in to leave a comment.