【ASP.NET Web API教程】6 格式化与模型绑定

原文:【ASP.NET Web API教程】6 格式化与模型绑定

6 Formats and Model Binding

6 格式化与模型绑定

本文引自:http://www.asp.net/web-api/overview/formats-and-model-binding

By Mike Wasson|July 20, 2012

作者:Mike Wasson |日期:2012-7-12

In this chapter, you'll learn:

本章将学习:

How ASP.NET Web API binds HTTP messages to domain models, and how to work with media formats in Web API.

ASP.NET Web API如何将消息绑定到模型,以及如何在Web API中使用媒体格式化器。

  1. Media-Type Formatters

    媒体类型格式化器
    • This tutorial shows how support additional media formats in ASP.NET Web API.

      本教程演示如何在ASP.NET Web API中支持额外的媒体格式
  2. JSON and XML Serialization

    JSON与XML序列化
    • Describes the built-on support for JSON and XML serialization.

      描述对JSON与XML序列化的内建支持
  3. Content Negotiation

    内容协商
    • Describes how ASP.NET Web API implements HTTP content negotiation.

      描述ASP.NET Web API如何实现HTTP内容协商
  4. Model Validation in ASP.NET Web API

    ASP.NET Web API中的模型验证

看完此文如果觉得有所收获,请给个推荐

上一篇:Pulsar の 保证消息的顺序性、幂等性和可靠性


下一篇:keepalived安装配置实战心得(实现高可用保证网络服务不间断)