ASP. NET MVC gives Controler a JSON collection, and the background receives it through list<model>

Source: Internet
Author: User

  Demand Scenarios

  The view layer often needs to send a collection of JSON objects in the background via Ajax, but it cannot be received in the background through list<model>, but only in a compromise way, a JSON string is obtained in the background, and then the JsonConvert is converted to list <Model>. This is relatively low.

Correct handling method:

When the Ajax sends the request, sets the ContentType to: Application/json, does not have the manual setting, will adopt the default ' application/x-www-form-urlencoded ' type, therefore the background receives not.


  

ASP. NET MVC gives Controler a JSON collection, and the background receives it through list<model>

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.