Hugo

Results 1 comments of Hugo

public IActionResult YourAction() { f.Flash(Types.Success, "Flash message system for ASP.NET MVC Core", dismissable: true); f.Flash(Types.Danger, "Flash message system for ASP.NET MVC Core", dismissable: false); return RedirectToAction("AnotherAction"); } this not working...