core-flash
core-flash copied to clipboard
[enhancement] Allow custom templates
One cool feature would be an option to define your own custom flash template, with your own HTML and etc. I could create a PR on this.
Hi @anisalibegic
Could you create a PR?
Kind regards!
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 -_-