ARTICLE AD BOX
You want add it to the program.cs; know that you’re writing to the admin panel and, when you use it for the dashboard, it shows you the exact thing that you want.
(If you add areas admin etc., etc., you must write like this.)
app.MapAreaControllerRoute( name: "areas", areaName: "Admin", pattern: "Admin/{controller=Home}/{action=Index}/{id?}" );