how to open a Save as Dialogue window from c# blazor web app?

411 views Asked by At

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?

enter image description here

0

There are 0 answers