I have a very simple web application, where I try to let people register a user. Therefore, I try to save user-registration data to Entity Framework, but with no luck....For some reason, IActionResult ...RegisterUser... isn't triggered when submitting a f...