Want , the transition of the two different links handled by the same handler, but different. Displayed link text, for example:
Clicked on the link "LINK1" - the screen text says "LINK1"
Passed by reference "ссылка2" - the screen text says "ссылка2"
Therefore, the question of whether of for.Request to get the link text? Or, if not, then how to do it? Yuzayu GorilaMux
<a href = "/home">Home</a>
I need to get the word House - kristofer_Turcot commented on April 19th 20 at 12:04
You can send text in the body of the request. - kaylie.Nitzsche commented on April 19th 20 at 12:07
<a href = "/home?Text=Home">Home</a>
And get
- Xzavier commented on April 19th 20 at 12:13