How to fix 'asp-controller and asp-action attributes not working in areas'
By FoxLearn 2/18/2024 9:24:51 AM 672
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
- Basic Authentication in ASP.NET Core
- How to Implement Stripe Payment Gateway in ASP.NET Core
- Comparing ASP.NET SOAP Services and Core APIs
- How to fix System.InvalidOperationException: Scheme already exists: Identity.Application
- Two-Factor Authentication with Google Authenticator in ASP.NET Core
- Implementing Passkeys to ASP.NET Core Application
- How to Implement Passkey Authentication in ASP.NET Core
- Implementing Google Authentication in the Blazor WebAssembly App
Categories
Popular Posts
Material Admin Dashboard Template
11/15/2024
Admin BSB Free Bootstrap Admin Dashboard
11/14/2024
SB Admin Template
11/17/2024