I want to export some data to .CSV file. My requirement is once I click on Export button bellow Save As Dialogue should open.I am using blazor web application and the Export button is placed on blazor web page.
So how to open a Save as Dialogue window from blazor web app?
