core-flash icon indicating copy to clipboard operation
core-flash copied to clipboard

[enhancement] Allow custom templates

Open anisalibegic opened this issue 5 years ago • 2 comments

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.

anisalibegic avatar Oct 27 '19 11:10 anisalibegic

Hi @anisalibegic

Could you create a PR?

Kind regards!

lurumad avatar Nov 13 '19 16:11 lurumad

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 -_-

riverahugo avatar Apr 22 '20 21:04 riverahugo