79476210

Date: 2025-02-28 17:00:27
Score: 0.5
Natty:
Report link

Late to the game, but this is what solved it for me. In the Program.cs adding this line

app.MapDefaultControllerRoute();

Then had this in my cshtml file

<a class="nav-link text-dark" asp-controller="Home" asp-action="Index">Home</a>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: WWZee