How to fix 'asp-controller and asp-action attributes not working in areas'
By FoxLearn 2/18/2024 9:24:51 AM 410
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
- How to use CORS in ASP.NET Core
- How to Send Emails in ASP.NET Core
- How to Run Background Tasks in ASP.NET Core with Hosted Services
- Implementing Scheduled Background Tasks in ASP.NET Core with IHostedService
- Creating an Web API in ASP.NET Core
- 8 Essential Tips to Protect Your ASP.NET Core Application from Cyber Threats
- Implementing Caching in ASP.NET Core
- Building a Custom Request Pipeline with ASP.NET Core Middleware
Categories
Popular Posts
11 Things You Didn't Know About Cloudflare
12/19/2024