Platform used
Front end : Angular
Backend : WebAPI
Requirement : Need to show the Save as dialog, once file is returned from the Server (API - ActionResult) to Angular (front end)
Explanation: Front end: Sending the data through FormData submit (action link) Back End: Returned the File from Action Result
(Instead of changing the browser settings, need to handle it in code)