I have a controller action which reads a .pdf
file from azure blobstorage and returns stream object to the $.ajax()
method.
Controller returns<
Why don't you just use standard HTML? There's no need for Javascript here (as you created a standard tag for initial trigger of action).
Something like:
Notes:
Content-Type: application/pdf
in your Azure script, so that the browser will know it's a PDF