Trying Export .csv with CSV Helper in a blazer server app hosted on Azure
I have installed CSV Helper on my Blazer Server App running on Azure using .NET8. When I run the app in my environment it exports to my desktop. When I publish the app and its running on Azure, The file doesn’t expert on the users pc. It seems like it is exporting to the root of Azure app services.
What is the path for any user desktop at any given time? Here is my code?