I have an MVC project that will display some documents to users. The files are currently stored in Azure blob storage.
Currently, the documents are retrieved from th
Browsers should decide on downloading or displaying based on mime-type.
Try this:
string mimeType = "application/pdf";