Code -Lösungen online für public iActionResult student () {return view (Studentencontroller 1); }

 public IActionResult Student()
        {
            return View(StudentController1);
        }
Zealous Zebra