admin管理员组文章数量:1122826
I want to show link with only method name as text. Is there a way to set link to method and change text? This is all I know: <see cref="ScrapePatentsByWindows"/>
and when you hover over method Visual Studio documentation pop-up looks like this:
How can I remove class name and method parameters so it only says ScrapePatentsByWindows
, like this (this image is photoshoped and it is what I want to achieve):
I want to show link with only method name as text. Is there a way to set link to method and change text? This is all I know: <see cref="ScrapePatentsByWindows"/>
and when you hover over method Visual Studio documentation pop-up looks like this:
How can I remove class name and method parameters so it only says ScrapePatentsByWindows
, like this (this image is photoshoped and it is what I want to achieve):
- If possible, please include code/html as formatted code with backticks ```html and not images. – Daraan Commented Jan 3 at 11:40
- @Daraan I wrote in a post to explain what image means. There is no code or html to include because the question is about code documentation visuals – milos Commented Jan 4 at 20:55
1 Answer
Reset to default 1Simply use the full <see>
syntax, not the shortened form:
<see cref="ScrapePatentsByWindows">only the method name or any text</see>
版权声明:本文标题:visual studio - C# documentation link to method but show only method name without parameters - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736328870a1937283.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论