Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

[Feature Request] OnToastClick custom behaviour #105

Closed Mijalski closed 3 years ago

Mijalski commented 3 years ago

Add a way to execute custom behaviour when an user clicks toast (not exit button).

Example: When toast indicates to user that his download is ready, after click we would like to redirect him to a new page.

chrissainty commented 3 years ago

Hi @Mijalski, this seems a great addition, and thank you for providing a PR as well. Everything looks good so I'll get it merged and this will go out with the next release.