Ich habe das: <li><a href="/Users/Index)" class="elements"><span>Clients</span></a></li> Welches funktioniert gut. Aber wenn ich schon auf dieser Seite oder auf dem Controller /Users/Detailsbin, zB und ich auf diesen Link klicke, leitet er mich weiter /Users/Index. Wie kann ich hrefunabhängig von meiner aktuellen Position auf der Website den richtigen Pfad finden ?
Ich habe die folgenden Methoden zum Einfügen von JavaScript-Code in ein <a>Tag gesehen: function DoSomething() { ... return false; } <a href="javascript:;" onClick="return DoSomething();">link</a> <a href="javascript:DoSomething();">link</a> <a href="javascript:void(0);" onClick="return DoSomething();">link</a> <a href="#" onClick="return DoSomething();">link</a> Ich verstehe die Idee, eine gültige URL anstelle von nur JavaScript-Code einzufügen, nur für den Fall, …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.