ASP. NET web API notes

Source: Internet
Author: User

Http://www.cnblogs.com/dudu/archive/2012/05/11/asp_net_webapi_httpclient.html

Http://www.cnblogs.com/dudu/archive/2012/07/12/asp_net_web_api_json.html

Http://www.west-wind.com/weblog/posts/2012/May/08/Passing-multiple-POST-parameters-to-Web-API-Controller-Methods

 

Install ASP. net mvc 4.0 in vs2010

Install JSON. Net from nuget

Add reference

Newtonsoft. JSON

System. net. HTTP

System. net. http. Formatting

System. net. http. webrequest

System. Web. HTTP

System. Web. http. webhost

System. Web. Routing

 

Configure global. asax

VoidApplication_start (ObjectSender, eventargs e ){//In the ApplicationProgramTheCodeRoutetable. routes. maphttproute ("Defaapi API","API/{controller}/{action}/{ID}",New{Id =Routeparameter. optional });}

 

Add a class that inherits apicontroller (ended with controller)

... See the example in Article .

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.