2017-02-04 05:40:22 +08:00
|
|
|
---
|
2017-03-28 09:35:25 +08:00
|
|
|
uid: web-api/overview/advanced/index
|
2017-02-04 05:40:22 +08:00
|
|
|
title: "Advanced Topics for ASP.NET Web API | Microsoft Docs"
|
|
|
|
author: rick-anderson
|
|
|
|
description: "More advanced topics for ASP.NET Web API development, after you've learned the basics."
|
2018-08-15 06:27:54 +08:00
|
|
|
ms.author: riande
|
2017-02-04 05:40:22 +08:00
|
|
|
ms.date: 07/23/2014
|
|
|
|
ms.assetid: 7404a0f1-52f7-410c-abd0-c96bab52d217
|
|
|
|
msc.legacyurl: /web-api/overview/advanced
|
|
|
|
msc.type: chapter
|
|
|
|
---
|
|
|
|
Advanced Topics for ASP.NET Web API
|
|
|
|
====================
|
|
|
|
> More advanced topics for ASP.NET Web API development, after you've learned the basics.
|
|
|
|
|
|
|
|
|
|
|
|
- [Configuring Web API 2](configuring-aspnet-web-api.md)
|
|
|
|
- [Dependency Injection in Web API 2](dependency-injection.md)
|
|
|
|
- [Calling a Web API From a .NET Client (C#)](calling-a-web-api-from-a-net-client.md)
|
|
|
|
- [HTTP Message Handlers in Web API](http-message-handlers.md)
|
|
|
|
- [HttpClient Message Handlers in Web API](httpclient-message-handlers.md)
|
|
|
|
- [Sending HTML Form Data in Web API: Form-urlencoded Data](sending-html-form-data-part-1.md)
|
|
|
|
- [Sending HTML Form Data in Web API: File Upload and Multipart MIME](sending-html-form-data-part-2.md)
|
2017-09-20 15:36:55 +08:00
|
|
|
- [HTTP Cookies in ASP.NET Web API](http-cookies.md)
|