We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e1111 commit dbdae92Copy full SHA for dbdae92
SampleApps/BlazorWasmApp/Shared/Layout.razor
@@ -2,9 +2,9 @@
2
<header>
3
<nav>
4
<ul>
5
- <li><NavLink href="/" Match="NavLinkMatch.All">Example 1</NavLink></li>
6
- <li><NavLink href="/example2">Example 2</NavLink></li>
7
- <li><NavLink href="/example3">Example 3</NavLink></li>
+ <li><NavLink href="./" Match="NavLinkMatch.All">Example 1</NavLink></li>
+ <li><NavLink href="./example2">Example 2</NavLink></li>
+ <li><NavLink href="./example3">Example 3</NavLink></li>
8
</ul>
9
</nav>
10
</header>
0 commit comments