Show Radzen Dialog on page manually refresh

Hi Team, Is it possible to show Radzen Confirmation Dialog when user manually refresh the page of browser Or if manually replace the URL in browser.

Hi @Yogi,

The Radzen Blazor components don't have a feature that detects a browser refresh or change of the URL.

Ok thanks @korchev . Do you have any idea this will be available in future udates.?

To be honest I don't think Blazor provides any API that would allow us to detect a browser refresh. You may have to use JavaScript for that: Window: beforeunload event - Web APIs | MDN

Thanks you @korchev . This information will help me.