Question: ASP.Net Core 2.2 Razor View Routing for partial view not working
Please Login to see the rest of the answer
Answer: Look carefully in your asp-controller="ControllerName" asp-action="ActionName"
- Chances are that the Action Name specified in an asp-action tag is not accurate, look again, and then look again.
-Another chance is that, you renamed or overridden the Action Name or the Controller Name in the Controller. Look again, and then double check.
Write an Article