5
C#XML文档网站链接
是否可以在XML文档中包含指向网站的链接?例如,我的方法总结为 ///<Summary> /// This is a math function I found HERE. ///</Summary> public void SomeMathThing(Double[] doubleArray) { ... } 当我键入 SomeMathThing( 我希望IntelliSense显示摘要,并提供选项以单击“ HERE”链接到外部网站。这可能吗?怎么做?