0

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:

enter image description here

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): enter image description here

2
  • If possible, please include code/html as formatted code with backticks ```html and not images. 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 Commented Jan 4 at 20:55

1 Answer 1

1

Simply use the full <see> syntax, not the shortened form:

<see cref="ScrapePatentsByWindows">only the method name or any text</see>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.