Success message from Controller to View
The goal I want to display in my view some message when some user is added. The problem When something goes wrong in our model, there is a method (ModelState.AddModelError) to handle unsuccessful messages. But, when the things go okay, how can we handle a message to the user saying that his action was a … Read more