asp net core web api for separate table editing with asp.net code example
Example: code solutions online for public IActionResult Student() { return View(Students Controller 1); }
public IActionResult Student()
{
return View(StudentController1);
}