2017-02-04 05:40:22 +08:00
|
|
|
---
|
2017-03-28 09:35:25 +08:00
|
|
|
uid: web-api/overview/formats-and-model-binding/index
|
2017-02-04 05:40:22 +08:00
|
|
|
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)
|
2017-09-20 15:36:55 +08:00
|
|
|
- [Parameter Binding in Web API](parameter-binding-in-aspnet-web-api.md)
|