How to fix 'asp-controller and asp-action attributes not working in areas'
By FoxLearn 2/18/2024 9:24:51 AM 249
This post shows you how to fix "asp-controller and asp-action attributes not working" or "form asp-action in areas. Can't find a controller. Asp.Net Core"
In your areas create a _ViewImports.cshtml file, then copy the one from your main ~/Views folder.
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
I think the problem is VS Intellisense doesn't load your tag helpers for your areas
- Unable to resolve service for type 'Microsoft.AspNetCore.Identity.RoleManager'
- HTTP Error 500.30 ASP.NET Core app failed to start
- How to Use IExceptionHandler in ASP.NET Core
- How to custom exception handling in ASP.NET Core
- How to create a custom AuthorizeAttribute in ASP.NET Core
- How to manually resolve a type using the ASP.NET Core MVC
- Differences Between AddTransient, AddScoped, and AddSingleton
- How to add security headers to your ASP.NET Core
Categories
Popular Posts
Spica Admin Dashboard Template
11/18/2024