ASP. NET Web API access to download files with IE browser

Source: Internet
Author: User



If you do not set the Web API to return data formatters, browser access to the interface will be different from the browser and different forms of results, because the default header of IE browser is Application/json, so when using IE browser to access the interface, You always need to download the JSON file.


Of course you can also modify the return data form on the server.

In the Application_Start () method of the global file, add the following phrase:

<span style= "Font-family:microsoft Yahei;" >globalconfiguration.configuration.formatters.jsonformatter.mediatypemappings.add (New QueryStringMapping (" JSON "," true "," <span class= "typedef" >text</span>/json "));</span>

Change the header to "text/json" and the download file will not appear ~



ASP. NET Web API access to download files with IE browser

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.