Задайте вопросЗадайте вопрос
 

ОтвеченоEmbedding External URLs or Hyperlinks within XML Comments

Ответы

  • 14 января 2008 г. 3:05Chunsheng TangMSFT, МодераторМедали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено

    Hi,

     

    To insert an external hyperlink, do just as you do in an html file. For example in your scenario, you can add the credit like this:

        /// <summary>

        /// This is a test class.See <a href="http://codebetter.com/blogs/david.hayden/articles/59642.aspx">Credits</a>.

        /// </summary>

     

    And a help documentation tool such as SandCastle will process it properly. The output in the help file would be as this:

    This is a test class. See credits.

     

    Most help files are of html format so it is not hard to understand.  However the tools in VS IDE may not recognize it.

     

    Best Regards

    Chunsheng Tang

     

     

Все ответы