Auf einer anderen Controller -Seite im ASP.NET -Kern umleiten
public RedirectToActionResult Index()
{
return RedirectToAction(actionName: "Index", controllerName: "Author");
}
Manohar Shrestha