25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
|
---
|
||
|
title: "Serialization and Model Binding in ASP.NET Web API | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "How ASP.NET Web API binds HTTP messages to domain models, and how to work with media formats in Web API."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 01/17/2012
|
||
|
ms.topic: article
|
||
|
ms.assetid: 2d520763-3860-4b3f-8b99-ac71fb01cf37
|
||
|
ms.technology: dotnet-webapi
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-api/overview/formats-and-model-binding
|
||
|
msc.type: chapter
|
||
|
---
|
||
|
Serialization and Model Binding in ASP.NET Web API
|
||
|
====================
|
||
|
> How ASP.NET Web API binds HTTP messages to domain models, and how to work with media formats in Web API.
|
||
|
|
||
|
|
||
|
- [Media Formatters in Web API 2](media-formatters.md)
|
||
|
- [JSON and XML Serialization in Web API](json-and-xml-serialization.md)
|
||
|
- [BSON Support in Web API 2.1](bson-support-in-web-api-21.md)
|
||
|
- [Content Negotiation in Web API](content-negotiation.md)
|
||
|
- [Model Validation in Web API](model-validation-in-aspnet-web-api.md)
|
||
|
- [Parameter Binding in Web API](parameter-binding-in-aspnet-web-api.md)
|