79715676

Date: 2025-07-26 12:49:05
Score: 1.5
Natty:
Report link

So it seems swapping...

<a class="nav-link text-dark" asp-area="" asp-page="Admin/Register1">Register</a>

...for...

<a class="nav-link text-dark" href="/Admin/Register1">Register</a>

...fixes the issue

Razor is adding some internal routing to the asp-for version but using good old-fashioned href does not.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: OMS Master