Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

redirect to another controller page in asp.net core

public RedirectToActionResult Index()
{
    return RedirectToAction(actionName: "Index", controllerName: "Author");
}
Source by www.infoworld.com #
 
PREVIOUS NEXT
Tagged: #redirect #controller #page #core
ADD COMMENT
Topic
Name
8+4 =